Home | History | Annotate | Download | only in unicode

Lines Matching full:renamed

27  * Almost all of the old "UTF macros" are at least renamed.
231 * @deprecated ICU 2.4. Renamed to U_IS_SURROGATE and U16_IS_SURROGATE, see utf_old.h.
238 * @deprecated ICU 2.4. Renamed to U_IS_UNICODE_NONCHAR, see utf_old.h.
258 * @deprecated ICU 2.4. Renamed to U_IS_UNICODE_CHAR, see utf_old.h.
270 * @deprecated ICU 2.4. Renamed to U8_COUNT_TRAIL_BYTES, see utf_old.h.
276 * @deprecated ICU 2.4. Renamed to U8_MASK_LEAD_BYTE, see utf_old.h.
280 /** Is this this code point a single code unit (byte)? @deprecated ICU 2.4. Renamed to U8_IS_SINGLE, see utf_old.h. */
282 /** Is this this code unit the lead code unit (byte) of a code point? @deprecated ICU 2.4. Renamed to U8_IS_LEAD, see utf_old.h. */
284 /** Is this this code unit a trailing code unit (byte) of a code point? @deprecated ICU 2.4. Renamed to U8_IS_TRAIL, see utf_old.h. */
325 /** The maximum number of bytes per code point. @deprecated ICU 2.4. Renamed to U8_MAX_LENGTH, see utf_old.h. */
331 /** @deprecated ICU 2.4. Renamed to U8_GET_UNSAFE, see utf_old.h. */
345 /** @deprecated ICU 2.4. Renamed to U8_NEXT_UNSAFE, see utf_old.h. */
365 /** @deprecated ICU 2.4. Renamed to U8_APPEND_UNSAFE, see utf_old.h. */
385 /** @deprecated ICU 2.4. Renamed to U8_FWD_1_UNSAFE, see utf_old.h. */
390 /** @deprecated ICU 2.4. Renamed to U8_FWD_N_UNSAFE, see utf_old.h. */
399 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_START_UNSAFE, see utf_old.h. */
425 /** @deprecated ICU 2.4. Renamed to U8_FWD_1, see utf_old.h. */
428 /** @deprecated ICU 2.4. Renamed to U8_FWD_N, see utf_old.h. */
431 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_START, see utf_old.h. */
434 /** @deprecated ICU 2.4. Renamed to U8_PREV_UNSAFE, see utf_old.h. */
457 /** @deprecated ICU 2.4. Renamed to U8_BACK_1_UNSAFE, see utf_old.h. */
462 /** @deprecated ICU 2.4. Renamed to U8_BACK_N_UNSAFE, see utf_old.h. */
471 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_LIMIT_UNSAFE, see utf_old.h. */
489 /** @deprecated ICU 2.4. Renamed to U8_BACK_1, see utf_old.h. */
492 /** @deprecated ICU 2.4. Renamed to U8_BACK_N, see utf_old.h. */
495 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_LIMIT, see utf_old.h. */
500 /** Is uchar a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h. */
503 /** Is uchar a second/trail surrogate? @deprecated ICU 2.4. Renamed to U_IS_TRAIL and U16_IS_TRAIL, see utf_old.h. */
506 /** Assuming c is a surrogate, is it a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_SURROGATE_LEAD and U16_IS_SURROGATE_LEAD, see utf_old.h. */
509 /** Helper constant for UTF16_GET_PAIR_VALUE. @deprecated ICU 2.4. Renamed to U16_SURROGATE_OFFSET, see utf_old.h. */
512 /** Get the UTF-32 value from the surrogate code units. @deprecated ICU 2.4. Renamed to U16_GET_SUPPLEMENTARY, see utf_old.h. */
516 /** @deprecated ICU 2.4. Renamed to U16_LEAD, see utf_old.h. */
519 /** @deprecated ICU 2.4. Renamed to U16_TRAIL, see utf_old.h. */
522 /** @deprecated ICU 2.4. Renamed to U16_LEAD, see utf_old.h. */
525 /** @deprecated ICU 2.4. Renamed to U16_TRAIL, see utf_old.h. */
528 /** @deprecated ICU 2.4. Renamed to U16_IS_SINGLE, see utf_old.h. */
531 /** @deprecated ICU 2.4. Renamed to U16_IS_LEAD, see utf_old.h. */
534 /** @deprecated ICU 2.4. Renamed to U16_IS_TRAIL, see utf_old.h. */
540 /** @deprecated ICU 2.4. Renamed to U16_LENGTH, see utf_old.h. */
543 /** @deprecated ICU 2.4. Renamed to U16_MAX_LENGTH, see utf_old.h. */
558 * @deprecated ICU 2.4. Renamed to U16_GET_UNSAFE, see utf_old.h.
598 /** @deprecated ICU 2.4. Renamed to U16_NEXT_UNSAFE, see utf_old.h. */
606 /** @deprecated ICU 2.4. Renamed to U16_APPEND_UNSAFE, see utf_old.h. */
616 /** @deprecated ICU 2.4. Renamed to U16_FWD_1_UNSAFE, see utf_old.h. */
623 /** @deprecated ICU 2.4. Renamed to U16_FWD_N_UNSAFE, see utf_old.h. */
632 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START_UNSAFE, see utf_old.h. */
674 /** @deprecated ICU 2.4. Renamed to U16_FWD_1, see utf_old.h. */
677 /** @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. */
680 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. */
683 /** @deprecated ICU 2.4. Renamed to U16_PREV_UNSAFE, see utf_old.h. */
691 /** @deprecated ICU 2.4. Renamed to U16_BACK_1_UNSAFE, see utf_old.h. */
698 /** @deprecated ICU 2.4. Renamed to U16_BACK_N_UNSAFE, see utf_old.h. */
707 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT_UNSAFE, see utf_old.h. */
733 /** @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. */
736 /** @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. */
739 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. */
923 /** @deprecated ICU 2.4. Renamed to U16_GET_UNSAFE, see utf_old.h. */
930 /** @deprecated ICU 2.4. Renamed to U16_NEXT_UNSAFE, see utf_old.h. */
937 /** @deprecated ICU 2.4. Renamed to U16_APPEND_UNSAFE, see utf_old.h. */
944 /** @deprecated ICU 2.4. Renamed to U16_FWD_1_UNSAFE, see utf_old.h. */
947 /** @deprecated ICU 2.4. Renamed to U16_FWD_1, see utf_old.h. */
951 /** @deprecated ICU 2.4. Renamed to U16_FWD_N_UNSAFE, see utf_old.h. */
954 /** @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. */
958 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START_UNSAFE, see utf_old.h. */
961 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. */
965 /** @deprecated ICU 2.4. Renamed to U16_PREV_UNSAFE, see utf_old.h. */
972 /** @deprecated ICU 2.4. Renamed to U16_BACK_1_UNSAFE, see utf_old.h. */
975 /** @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. */
979 /** @deprecated ICU 2.4. Renamed to U16_BACK_N_UNSAFE, see utf_old.h. */
982 /** @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. */
986 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT_UNSAFE, see utf_old.h. */
989 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. */
997 * @deprecated ICU 2.4. Renamed to U_IS_SINGLE and U16_IS_SINGLE, see utf_old.h.
1004 * @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h.
1011 * @deprecated ICU 2.4. Renamed to U_IS_TRAIL and U16_IS_TRAIL, see utf_old.h.
1025 * @deprecated ICU 2.4. Renamed to U16_LENGTH, see utf_old.h.
1032 * @deprecated ICU 2.4. Renamed to U16_MAX_LENGTH, see utf_old.h.
1043 * @deprecated ICU 2.4. Renamed to U16_GET, see utf_old.h.
1056 * @deprecated ICU 2.4. Renamed to U16_NEXT, see utf_old.h.
1080 * @deprecated ICU 2.4. Renamed to U16_FWD_1, see utf_old.h.
1091 * @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h.
1107 * @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h.
1120 * @deprecated ICU 2.4. Renamed to U16_PREV, see utf_old.h.
1133 * @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h.
1146 * @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h.
1162 * @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h.