Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_utfconv.c163 static u_int16_t ucs_to_sfm(u_int16_t ucs_ch, int lastchar);
165 static u_int16_t sfm_to_ucs(u_int16_t ucs_ch);
205 u_int16_t ucs_ch; in utf8_encodelen() local
220 ucs_ch = *chp++; in utf8_encodelen()
222 ucs_ch = *ucsp++; in utf8_encodelen()
224 ucs_ch = OSSwapInt16(ucs_ch); in utf8_encodelen()
226 if (ucs_ch == '/') { in utf8_encodelen()
227 ucs_ch = altslash ? altslash : '_'; in utf8_encodelen()
228 } else if (ucs_ch == '\0') { in utf8_encodelen()
229 ucs_ch = UCS_ALT_NULL; in utf8_encodelen()
[all …]