Searched refs:UTF16_MASK (Results 1 – 2 of 2) sorted by relevance
414 uint16_t flag = w1 & UTF16_MASK; in Utf16ToUtf32Word()417 flag = w2 & UTF16_MASK; in Utf16ToUtf32Word()425 flag = w2 & UTF16_MASK; in Utf16ToUtf32Word()
32 static constexpr uint32_t UTF16_MASK = 0xFC00; variable