Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dutfconv.h163 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp,
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_utfconv.c439 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp, in utf8_decodestr() function
858 result = utf8_decodestr(inbufstart, inbuflen, unistr, &unicode_bytes, in utf8_normalizestr()