Searched defs:UTF16_IS_LEAD (Results 1 – 2 of 2) sorted by relevance
568 #define UTF16_IS_LEAD(uchar) UTF_IS_FIRST_SURROGATE(uchar) macro