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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_utfconv.c153 static u_int16_t ucs_to_sfm(u_int16_t ucs_ch, int lastchar);
155 static u_int16_t sfm_to_ucs(u_int16_t ucs_ch);
195 u_int16_t ucs_ch; local
210 ucs_ch = *chp++;
212 ucs_ch = *ucsp++;
214 ucs_ch = OSSwapInt16(ucs_ch);
216 if (ucs_ch == '/') {
217 ucs_ch = altslash ? altslash : '_';
218 } else if (ucs_ch
265 u_int16_t ucs_ch; local
416 unsigned int ucs_ch; local
632 unsigned int ucs_ch; local
1129 ucs_to_sfm(u_int16_t ucs_ch, int lastchar) argument
1155 sfm_to_ucs(u_int16_t ucs_ch) argument
[all...]

Completed in 19 milliseconds