Lines Matching refs:utf8clen
74 static inline int utf8clen(const char *s) in utf8clen() function
399 ret += utf8clen(s); in utf8nlen()
403 ret += utf8clen(s); in utf8nlen()
404 len -= utf8clen(s); in utf8nlen()
405 s += utf8clen(s); in utf8nlen()
516 u8c->len -= utf8clen(u8c->s); in utf8byte()
517 u8c->p = u8c->s + utf8clen(u8c->s); in utf8byte()
564 u8c->len -= utf8clen(u8c->s); in utf8byte()
565 u8c->s += utf8clen(u8c->s); in utf8byte()
569 u8c->len -= utf8clen(u8c->s); in utf8byte()
570 u8c->s += utf8clen(u8c->s); in utf8byte()