Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dcharset.c588 public int utf_len(char ch) in utf_len() function
620 len = utf_len(ss[0]); in is_utf8_well_formed()
659 switch (utf_len(sp[0])) in get_wchar()
777 len = utf_len(*p); in step_charc()
795 len = utf_len(*--p); in step_charc()
H A Doutput.c478 ubuf_len = utf_len(c); in putchr()
H A Dline.c923 replen = (size_t) utf_len(rep[0]); /*{{type-issue}}*/ in store_char()
1133 mbc_buf_len = utf_len(c); in pappend_b()
H A Dcmdbuf.c1304 cmd_mbc_buf_len = utf_len(c); in cmd_uchar()
H A Dfuncs.h79 public int utf_len(char ch);