Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dutil.c315 INTN utf8len; in xstra_to_str() local
317 utf8len = utf8_to_16(stra + i, str + strlen); in xstra_to_str()
318 if (utf8len <= 0) { in xstra_to_str()
325 i += utf8len; in xstra_to_str()
346 INTN utf8len; in xstra_to_path() local
348 utf8len = utf8_to_16(stra + i, str + strlen); in xstra_to_path()
349 if (utf8len <= 0) { in xstra_to_path()
359 i += utf8len; in xstra_to_path()
364 i += utf8len; in xstra_to_path()