Home
last modified time | relevance | path

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

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