Home
last modified time | relevance | path

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

/freebsd-12.1/sys/geom/part/
H A Dg_part_gpt.c1357 unsigned int c, utfbytes; in g_gpt_utf8_to_utf16() local
1361 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 …]