Searched refs:utfbytes (Results 1 – 1 of 1) sorted by relevance
1436 unsigned int c, utfbytes; in g_gpt_utf8_to_utf16() local1440 utfbytes = 0; in g_gpt_utf8_to_utf16()1446 if (utfbytes != 0) { in g_gpt_utf8_to_utf16()1452 utfbytes = 3; in g_gpt_utf8_to_utf16()1455 utfbytes = 2; in g_gpt_utf8_to_utf16()1458 utfbytes = 1; in g_gpt_utf8_to_utf16()1461 utfbytes = 0; in g_gpt_utf8_to_utf16()1465 if (utfbytes > 0) { in g_gpt_utf8_to_utf16()1467 utfbytes--; in g_gpt_utf8_to_utf16()1468 } else if (utfbytes == 0) in g_gpt_utf8_to_utf16()[all …]