Searched refs:code_high (Results 1 – 1 of 1) sorted by relevance
464 uint32_t code_high = 0; in utf16_to_utf8() local469 if (code_high) { in utf16_to_utf8()472 code = ((code_high - 0xD800) << 10) + (code - 0xDC00) + 0x10000; in utf16_to_utf8()485 code_high = 0; in utf16_to_utf8()493 code_high = code; in utf16_to_utf8()
Completed in 5 milliseconds