Searched refs:code_high (Results 1 – 1 of 1) sorted by relevance
51 uint32_t code_high = 0; in utf16_to_utf8() local56 if (code_high) { in utf16_to_utf8()59 code = ((code_high - 0xD800) << 10) + (code - 0xDC00) + 0x10000; in utf16_to_utf8()72 code_high = 0; in utf16_to_utf8()80 code_high = code; in utf16_to_utf8()