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