Lines Matching refs:utf8clen
91 static inline int utf8clen(const char *s) in utf8clen() function
424 s += utf8clen(s); in utf8agemax()
452 s += utf8clen(s); in utf8agemin()
479 len -= utf8clen(s); in utf8nagemax()
480 s += utf8clen(s); in utf8nagemax()
507 len -= utf8clen(s); in utf8nagemin()
508 s += utf8clen(s); in utf8nagemin()
533 ret += utf8clen(s); in utf8len()
537 ret += utf8clen(s); in utf8len()
538 s += utf8clen(s); in utf8len()
561 ret += utf8clen(s); in utf8nlen()
565 ret += utf8clen(s); in utf8nlen()
566 len -= utf8clen(s); in utf8nlen()
567 s += utf8clen(s); in utf8nlen()
696 u8c->len -= utf8clen(u8c->s); in utf8byte()
697 u8c->p = u8c->s + utf8clen(u8c->s); in utf8byte()
744 u8c->len -= utf8clen(u8c->s); in utf8byte()
745 u8c->s += utf8clen(u8c->s); in utf8byte()
749 u8c->len -= utf8clen(u8c->s); in utf8byte()
750 u8c->s += utf8clen(u8c->s); in utf8byte()