Searched refs:code_high (Results 1 – 1 of 1) sorted by relevance
414 uint32_t code_high = 0; in utf16_to_utf8() local419 if (code_high) { in utf16_to_utf8()422 code = ((code_high - 0xD800) << 10) + (code - 0xDC00) + 0x10000; in utf16_to_utf8()435 code_high = 0; in utf16_to_utf8()443 code_high = code; in utf16_to_utf8()