Searched refs:utf16_is_low_surrogate (Results 1 – 2 of 2) sorted by relevance
18 static constexpr inline bool utf16_is_low_surrogate(uint16_t c) { return (c & 0xFC00) == 0xDC00; } in utf16_is_low_surrogate() function79 if (utf16_is_low_surrogate(c)) { in CountUTF16()87 if (!utf16_is_low_surrogate(c)) { in CountUTF16()164 if (utf16_is_low_surrogate(c)) { in NextUTF16()172 if (!utf16_is_low_surrogate(low)) { in NextUTF16()