Searched refs:code_high (Results 1 – 1 of 1) sorted by relevance
384 uint32_t code_high = 0; in utf16_to_utf8() local389 if (code_high) { in utf16_to_utf8()392 code = ((code_high - 0xD800) << 10) + (code - 0xDC00) + 0x10000; in utf16_to_utf8()405 code_high = 0; in utf16_to_utf8()413 code_high = code; in utf16_to_utf8()