Searched refs:UTF16_IS_SURROGATE_SECOND (Results 1 – 3 of 3) sorted by relevance
203 if (UTF16_IS_SURROGATE_SECOND(*s) && s > start + 1) in utf16be_left_adjust_char_head()
212 if (UTF16_IS_SURROGATE_SECOND(*(s+1)) && s > start + 1) in utf16le_left_adjust_char_head()
164 #define UTF16_IS_SURROGATE_SECOND(c) (((c) & 0xfc) == 0xdc) macro
Completed in 7 milliseconds