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