Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/vfs/
H A Dvfs_utfconv.c781 u_int16_t unicodebuf[32]; in utf8_normalizestr() local
851 if (unicode_bytes <= sizeof(unicodebuf)) { in utf8_normalizestr()
852 unistr = &unicodebuf[0]; in utf8_normalizestr()
866 if (unistr && unistr != &unicodebuf[0]) { in utf8_normalizestr()