Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_utfconv.c203 utf8_encodelen(const u_int16_t * ucsp, size_t ucslen, u_int16_t altslash, int flags) in utf8_encodelen() argument
222 ucs_ch = *ucsp++; in utf8_encodelen()
270 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p, in utf8_encodestr() argument
298 ucs_ch = swapbytes ? OSSwapInt16(*ucsp++) : *ucsp++; in utf8_encodestr()
346 ch2 = swapbytes ? OSSwapInt16(*ucsp) : *ucsp; in utf8_encodestr()
355 ++ucsp; in utf8_encodestr()
393 push(uint16_t ucs_ch, int *combcharcnt, uint16_t **ucsp) in push() argument
402 prioritysort(*ucsp - *combcharcnt, *combcharcnt); in push()
407 *(*ucsp)++ = ucs_ch; in push()
439 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp, in utf8_decodestr() argument
[all …]
/xnu-12377.61.12/bsd/sys/
H A Dutfconv.h95 utf8_encodelen(const u_int16_t * ucsp, size_t ucslen, u_int16_t altslash,
128 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,