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