Home
last modified time | relevance | path

Searched refs:code_high (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/lib/
Dcharset.c51 uint32_t code_high = 0; in utf16_to_utf8() local
56 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()