Home
last modified time | relevance | path

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

/dragonfly/contrib/less/
H A Dcharset.c620 public int is_utf8_well_formed(char *ss, int slen) in is_utf8_well_formed() function
H A Dfilename.c464 if (utf_mode && !is_utf8_well_formed(p, edata-p)) in bin_file()
H A Dfuncs.h68 public int is_utf8_well_formed(char *ss, int slen);
H A Dcmdbuf.c1232 if (!is_utf8_well_formed(cmd_mbc_buf, cmd_mbc_buf_index)) in cmd_char()
H A Dline.c947 if (is_utf8_well_formed(mbc_buf, mbc_buf_index)) in pappend()