Searched refs:ucs_to_sfm (Results 1 – 1 of 1) sorted by relevance
163 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