Searched refs:utfbytes (Results 1 – 1 of 1) sorted by relevance
1438 unsigned int c, utfbytes; in g_gpt_utf8_to_utf16() local1442 utfbytes = 0; in g_gpt_utf8_to_utf16()1448 if (utfbytes != 0) { in g_gpt_utf8_to_utf16()1454 utfbytes = 3; in g_gpt_utf8_to_utf16()1457 utfbytes = 2; in g_gpt_utf8_to_utf16()1460 utfbytes = 1; in g_gpt_utf8_to_utf16()1463 utfbytes = 0; in g_gpt_utf8_to_utf16()1467 if (utfbytes > 0) { in g_gpt_utf8_to_utf16()1469 utfbytes--; in g_gpt_utf8_to_utf16()1470 } else if (utfbytes == 0) in g_gpt_utf8_to_utf16()[all …]