Home
last modified time | relevance | path

Searched refs:ucs_to_sfm (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);
467 ucs_ch = sfmconv ? ucs_to_sfm((u_int16_t)byte, utf8len == 0) : byte; in utf8_decodestr()
1190 ucs_to_sfm(u_int16_t ucs_ch, int lastchar) in ucs_to_sfm() function