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