• Home
  • Raw
  • Download

Lines Matching full:see

27  * If you are looking for a new equivalent to an old macro, please see the
75 * See Jitterbug 2150 and its discussion on the ICU mailing list
100 * the definition of UChar. For details see the documentation for UChar32 itself.</p>
156 * For reasons for the deprecation see the utf_old.h file comments.
179 …nicode string code unit - ICU uses 16-bit Unicode. @deprecated ICU 2.4. Obsolete, see utf_old.h. */
186 * @deprecated ICU 2.4. Obsolete, see utf_old.h.
189 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
191 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
206 * @deprecated ICU 2.4. Obsolete, see utf_old.h.
211 * See documentation on UTF8_ERROR_VALUE_1 for details.
213 * @deprecated ICU 2.4. Obsolete, see utf_old.h.
221 * @deprecated ICU 2.4. Obsolete, see utf_old.h.
229 * @deprecated ICU 2.4. Obsolete, see utf_old.h.
237 * @deprecated ICU 2.4. Obsolete, see utf_old.h.
245 * @deprecated ICU 2.4. Renamed to U_IS_SURROGATE and U16_IS_SURROGATE, see utf_old.h.
252 * @deprecated ICU 2.4. Renamed to U_IS_UNICODE_NONCHAR, see utf_old.h.
272 * @deprecated ICU 2.4. Renamed to U_IS_UNICODE_CHAR, see utf_old.h.
303 * @deprecated ICU 2.4. Renamed to U8_COUNT_TRAIL_BYTES, see utf_old.h.
309 * @deprecated ICU 2.4. Renamed to U8_MASK_LEAD_BYTE, see utf_old.h.
313 …de point a single code unit (byte)? @deprecated ICU 2.4. Renamed to U8_IS_SINGLE, see utf_old.h. */
315 …ead code unit (byte) of a code point? @deprecated ICU 2.4. Renamed to U8_IS_LEAD, see utf_old.h. */
317 …ng code unit (byte) of a code point? @deprecated ICU 2.4. Renamed to U8_IS_TRAIL, see utf_old.h. */
320 …storage? @deprecated ICU 2.4. Use U8_LENGTH or test ((uint32_t)(c)>0x7f) instead, see utf_old.h. */
334 * @deprecated ICU 2.4. Use U8_LENGTH instead, see utf.h.
358 /** The maximum number of bytes per code point. @deprecated ICU 2.4. Renamed to U8_MAX_LENGTH, see
361 /** Average number of code units compared to UTF-16. @deprecated ICU 2.4. Obsolete, see utf_old.h. …
364 /** @deprecated ICU 2.4. Renamed to U8_GET_UNSAFE, see utf_old.h. */
371 /** @deprecated ICU 2.4. Use U8_GET instead, see utf_old.h. */
378 /** @deprecated ICU 2.4. Renamed to U8_NEXT_UNSAFE, see utf_old.h. */
398 /** @deprecated ICU 2.4. Renamed to U8_APPEND_UNSAFE, see utf_old.h. */
418 /** @deprecated ICU 2.4. Renamed to U8_FWD_1_UNSAFE, see utf_old.h. */
423 /** @deprecated ICU 2.4. Renamed to U8_FWD_N_UNSAFE, see utf_old.h. */
432 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_START_UNSAFE, see utf_old.h. */
437 /** @deprecated ICU 2.4. Use U8_NEXT instead, see utf_old.h. */
449 /** @deprecated ICU 2.4. Use U8_APPEND instead, see utf_old.h. */
458 /** @deprecated ICU 2.4. Renamed to U8_FWD_1, see utf_old.h. */
461 /** @deprecated ICU 2.4. Renamed to U8_FWD_N, see utf_old.h. */
464 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_START, see utf_old.h. */
467 /** @deprecated ICU 2.4. Renamed to U8_PREV_UNSAFE, see utf_old.h. */
490 /** @deprecated ICU 2.4. Renamed to U8_BACK_1_UNSAFE, see utf_old.h. */
495 /** @deprecated ICU 2.4. Renamed to U8_BACK_N_UNSAFE, see utf_old.h. */
504 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_LIMIT_UNSAFE, see utf_old.h. */
510 /** @deprecated ICU 2.4. Use U8_PREV instead, see utf_old.h. */
522 /** @deprecated ICU 2.4. Renamed to U8_BACK_1, see utf_old.h. */
525 /** @deprecated ICU 2.4. Renamed to U8_BACK_N, see utf_old.h. */
528 /** @deprecated ICU 2.4. Renamed to U8_SET_CP_LIMIT, see utf_old.h. */
533 /** Is uchar a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see
536 …ond/trail surrogate? @deprecated ICU 2.4. Renamed to U_IS_TRAIL and U16_IS_TRAIL, see utf_old.h. */
539 …e? @deprecated ICU 2.4. Renamed to U_IS_SURROGATE_LEAD and U16_IS_SURROGATE_LEAD, see utf_old.h. */
542 …t for UTF16_GET_PAIR_VALUE. @deprecated ICU 2.4. Renamed to U16_SURROGATE_OFFSET, see utf_old.h. */
545 … the surrogate code units. @deprecated ICU 2.4. Renamed to U16_GET_SUPPLEMENTARY, see utf_old.h. */
549 /** @deprecated ICU 2.4. Renamed to U16_LEAD, see utf_old.h. */
552 /** @deprecated ICU 2.4. Renamed to U16_TRAIL, see utf_old.h. */
555 /** @deprecated ICU 2.4. Renamed to U16_LEAD, see utf_old.h. */
558 /** @deprecated ICU 2.4. Renamed to U16_TRAIL, see utf_old.h. */
561 /** @deprecated ICU 2.4. Renamed to U16_IS_SINGLE, see utf_old.h. */
564 /** @deprecated ICU 2.4. Renamed to U16_IS_LEAD, see utf_old.h. */
567 /** @deprecated ICU 2.4. Renamed to U16_IS_TRAIL, see utf_old.h. */
570 …rage? @deprecated ICU 2.4. Use U16_LENGTH or test ((uint32_t)(c)>0xffff) instead, see utf_old.h. */
573 /** @deprecated ICU 2.4. Renamed to U16_LENGTH, see utf_old.h. */
576 /** @deprecated ICU 2.4. Renamed to U16_MAX_LENGTH, see utf_old.h. */
579 /** Average number of code units compared to UTF-16. @deprecated ICU 2.4. Obsolete, see utf_old.h. …
591 * @deprecated ICU 2.4. Renamed to U16_GET_UNSAFE, see utf_old.h.
604 /** @deprecated ICU 2.4. Use U16_GET instead, see utf_old.h. */
631 /** @deprecated ICU 2.4. Renamed to U16_NEXT_UNSAFE, see utf_old.h. */
639 /** @deprecated ICU 2.4. Renamed to U16_APPEND_UNSAFE, see utf_old.h. */
649 /** @deprecated ICU 2.4. Renamed to U16_FWD_1_UNSAFE, see utf_old.h. */
656 /** @deprecated ICU 2.4. Renamed to U16_FWD_N_UNSAFE, see utf_old.h. */
665 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START_UNSAFE, see utf_old.h. */
672 /** @deprecated ICU 2.4. Use U16_NEXT instead, see utf_old.h. */
691 /** @deprecated ICU 2.4. Use U16_APPEND instead, see utf_old.h. */
707 /** @deprecated ICU 2.4. Renamed to U16_FWD_1, see utf_old.h. */
710 /** @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. */
713 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. */
716 /** @deprecated ICU 2.4. Renamed to U16_PREV_UNSAFE, see utf_old.h. */
724 /** @deprecated ICU 2.4. Renamed to U16_BACK_1_UNSAFE, see utf_old.h. */
731 /** @deprecated ICU 2.4. Renamed to U16_BACK_N_UNSAFE, see utf_old.h. */
740 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT_UNSAFE, see utf_old.h. */
747 /** @deprecated ICU 2.4. Use U16_PREV instead, see utf_old.h. */
766 /** @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. */
769 /** @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. */
772 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. */
792 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
799 * For the semantics of all of these macros, see utf16.h.
808 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
810 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
812 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
817 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
819 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
821 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
826 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
829 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
834 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
844 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
849 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
854 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
859 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
864 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
868 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
876 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
885 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
890 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
897 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
903 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
908 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
913 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
918 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
922 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
930 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
935 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
943 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */
952 * @deprecated ICU 2.4. Obsolete, see utf_old.h.
956 /** @deprecated ICU 2.4. Renamed to U16_GET_UNSAFE, see utf_old.h. */
959 /** @deprecated ICU 2.4. Use U16_GET instead, see utf_old.h. */
963 /** @deprecated ICU 2.4. Renamed to U16_NEXT_UNSAFE, see utf_old.h. */
966 /** @deprecated ICU 2.4. Use U16_NEXT instead, see utf_old.h. */
970 /** @deprecated ICU 2.4. Renamed to U16_APPEND_UNSAFE, see utf_old.h. */
973 /** @deprecated ICU 2.4. Use U16_APPEND instead, see utf_old.h. */
977 /** @deprecated ICU 2.4. Renamed to U16_FWD_1_UNSAFE, see utf_old.h. */
980 /** @deprecated ICU 2.4. Renamed to U16_FWD_1, see utf_old.h. */
984 /** @deprecated ICU 2.4. Renamed to U16_FWD_N_UNSAFE, see utf_old.h. */
987 /** @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h. */
991 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START_UNSAFE, see utf_old.h. */
994 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h. */
998 /** @deprecated ICU 2.4. Renamed to U16_PREV_UNSAFE, see utf_old.h. */
1001 /** @deprecated ICU 2.4. Use U16_PREV instead, see utf_old.h. */
1005 /** @deprecated ICU 2.4. Renamed to U16_BACK_1_UNSAFE, see utf_old.h. */
1008 /** @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h. */
1012 /** @deprecated ICU 2.4. Renamed to U16_BACK_N_UNSAFE, see utf_old.h. */
1015 /** @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h. */
1019 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT_UNSAFE, see utf_old.h. */
1022 /** @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h. */
1030 * @deprecated ICU 2.4. Renamed to U_IS_SINGLE and U16_IS_SINGLE, see utf_old.h.
1037 * @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h.
1044 * @deprecated ICU 2.4. Renamed to U_IS_TRAIL and U16_IS_TRAIL, see utf_old.h.
1058 * @deprecated ICU 2.4. Renamed to U16_LENGTH, see utf_old.h.
1065 * @deprecated ICU 2.4. Renamed to U16_MAX_LENGTH, see utf_old.h.
1076 * @deprecated ICU 2.4. Renamed to U16_GET, see utf_old.h.
1089 * @deprecated ICU 2.4. Renamed to U16_NEXT, see utf_old.h.
1102 * @deprecated ICU 2.4. Use U16_APPEND instead, see utf_old.h.
1113 * @deprecated ICU 2.4. Renamed to U16_FWD_1, see utf_old.h.
1124 * @deprecated ICU 2.4. Renamed to U16_FWD_N, see utf_old.h.
1140 * @deprecated ICU 2.4. Renamed to U16_SET_CP_START, see utf_old.h.
1153 * @deprecated ICU 2.4. Renamed to U16_PREV, see utf_old.h.
1166 * @deprecated ICU 2.4. Renamed to U16_BACK_1, see utf_old.h.
1179 * @deprecated ICU 2.4. Renamed to U16_BACK_N, see utf_old.h.
1195 * @deprecated ICU 2.4. Renamed to U16_SET_CP_LIMIT, see utf_old.h.