Searched refs:SURROGATE_MASK (Results 1 – 1 of 1) sorted by relevance
50 #define SURROGATE_MASK 0xfffff800 macro69 (l & SURROGATE_MASK) == SURROGATE_PAIR) in utf8_to_utf32()96 if (l > UNICODE_MAX || (l & SURROGATE_MASK) == SURROGATE_PAIR) in utf32_to_utf8()201 if ((u & SURROGATE_MASK) == SURROGATE_PAIR) { in utf16s_to_utf8s()209 if ((v & SURROGATE_MASK) != SURROGATE_PAIR || in utf16s_to_utf8s()