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

/freebsd-12-stable/sys/geom/part/
H A Dg_part_gpt.c1360 unsigned int c, utfbytes; local
1364 utfbytes = 0;
1370 if (utfbytes != 0) {
1376 utfbytes = 3;
1379 utfbytes = 2;
1382 utfbytes = 1;
1385 utfbytes = 0;
1389 if (utfbytes > 0) {
1391 utfbytes--;
1392 } else if (utfbytes
[all...]

Completed in 109 milliseconds