Searched refs:utfbytes (Results 1 – 1 of 1) sorted by relevance
1357 unsigned int c, utfbytes; in g_gpt_utf8_to_utf16() local1361 utfbytes = 0; in g_gpt_utf8_to_utf16()1367 if (utfbytes != 0) { in g_gpt_utf8_to_utf16()1373 utfbytes = 3; in g_gpt_utf8_to_utf16()1376 utfbytes = 2; in g_gpt_utf8_to_utf16()1379 utfbytes = 1; in g_gpt_utf8_to_utf16()1382 utfbytes = 0; in g_gpt_utf8_to_utf16()1386 if (utfbytes > 0) { in g_gpt_utf8_to_utf16()1388 utfbytes--; in g_gpt_utf8_to_utf16()1390 utfbytes = ~0; in g_gpt_utf8_to_utf16()[all …]