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

/darwin-on-arm/xnu/bsd/sys/
H A Dutfconv.h78 * This function takes an Unicode input string, ucsp, of ucslen bytes
95 utf8_encodelen(const u_int16_t * ucsp, size_t ucslen, u_int16_t altslash,
102 * This function takes an Unicode input string, ucsp, of ucslen bytes
128 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p,
137 * to by ucsp. The size of the output in bytes (not including a NULL
163 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp,
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c171 * This function takes a Unicode input string, ucsp, of ucslen bytes
193 utf8_encodelen(const u_int16_t * ucsp, size_t ucslen, u_int16_t altslash, int flags) argument
212 ucs_ch = *ucsp++;
260 utf8_encodestr(const u_int16_t * ucsp, size_t ucslen, u_int8_t * utf8p, argument
287 ucs_ch = swapbytes ? OSSwapInt16(*ucsp++) : *ucsp++;
337 ch2 = swapbytes ? OSSwapInt16(*ucsp) : *ucsp;
346 ++ucsp;
411 utf8_decodestr(const u_int8_t* utf8p, size_t utf8len, u_int16_t* ucsp, argument
[all...]

Completed in 18 milliseconds