Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_utfconv.c286 bufstart = utf8p; in utf8_encodestr()
321 if (utf8p >= bufend) { in utf8_encodestr()
325 *utf8p++ = (u_int8_t)ucs_ch; in utf8_encodestr()
327 if ((utf8p + 1) >= bufend) { in utf8_encodestr()
365 if (utf8p >= bufend) { in utf8_encodestr()
383 *utf8len = utf8p - bufstart; in utf8_encodestr()
385 *utf8p++ = '\0'; in utf8_encodestr()
598 utf8p -= 3; in utf8_decodestr()
601 utf8p -= 2; in utf8_decodestr()
604 utf8p -= 1; in utf8_decodestr()
[all …]
/xnu-11215/bsd/sys/
H A Dutfconv.h128 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p,
163 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp,
207 utf8_validatestr(const u_int8_t* utf8p, size_t utf8len);