Searched refs:utf_byte2len (Results 1 – 6 of 6) sorted by relevance
33 int utf_byte2len(int b);
424 if (*p == NUL || p[1] == NUL || utf_ptr2len(p) < utf_byte2len(*p)) in json_decode_string()
675 for (p = str, i = 0; *p != NUL; p += utf_byte2len(*p), ++i) in im_preedit_changed_cb()
2066 utf_byte2len(int b) in utf_byte2len() function
5207 for (p = s; p < s + len; p += utf_byte2len(*p)) in apply_wide_font_attr()5257 for (p = s + start; p < s + end; p += utf_byte2len(*p)) in count_cluster_cells()
1793 if (tail + utf_byte2len(*tail) <= ptr + size) in readfile()