Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/less/
H A Dcharset.c599 public int utf_len(int ch) in utf_len() function
629 len = utf_len(s[0]); in is_utf8_well_formed()
668 switch (utf_len(p[0])) in get_wchar()
778 len = utf_len(*p); in step_char()
H A Doutput.c418 ubuf_len = utf_len(c); in putchr()
H A Dline.c762 replen = utf_len(rep[0]); in store_char()
936 mbc_buf_len = utf_len(c); in pappend()
H A Dfuncs.h67 public int utf_len(int ch);
H A Dcmdbuf.c1219 cmd_mbc_buf_len = utf_len(c); in cmd_char()