Home | History | Annotate | Download | only in unicode

Lines Matching refs:U16_IS_LEAD

500 /** Is uchar a first/lead surrogate? @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h. */
531 /** @deprecated ICU 2.4. Renamed to U16_IS_LEAD, see utf_old.h. */
1004 * @deprecated ICU 2.4. Renamed to U_IS_LEAD and U16_IS_LEAD, see utf_old.h.
1006 #define UTF_IS_LEAD(uchar) U16_IS_LEAD(uchar)