Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dcharset.c588 public int utf_len(char ach) in utf_len() function
622 len = utf_len(s0); in is_utf8_well_formed()
661 switch (utf_len(sp[0])) in get_wchar()
780 len = utf_len(*p); in step_charc()
799 len = utf_len(*--p); in step_charc()
H A Dline.c933 replen = (size_t) utf_len(rep[0]); /*{{type-issue}}*/ in store_char()
1143 mbc_buf_len = utf_len(c); in pappend_b()
H A Dcmdbuf.c1306 cmd_mbc_buf_len = utf_len(c); in cmd_uchar()
H A Dfuncs.h82 public int utf_len(char ach);