Lines Matching refs:utf8clen
2792 static inline int utf8clen(const char *s) in utf8clen() function
2820 s += utf8clen(s); in utf8agemax()
2847 s += utf8clen(s); in utf8agemin()
2873 len -= utf8clen(s); in utf8nagemax()
2874 s += utf8clen(s); in utf8nagemax()
2900 len -= utf8clen(s); in utf8nagemin()
2901 s += utf8clen(s); in utf8nagemin()
2925 ret += utf8clen(s); in utf8len()
2929 ret += utf8clen(s); in utf8len()
2930 s += utf8clen(s); in utf8len()
2952 ret += utf8clen(s); in utf8nlen()
2956 ret += utf8clen(s); in utf8nlen()
2957 len -= utf8clen(s); in utf8nlen()
2958 s += utf8clen(s); in utf8nlen()
3100 u8c->len -= utf8clen(u8c->s); in utf8byte()
3101 u8c->p = u8c->s + utf8clen(u8c->s); in utf8byte()
3147 u8c->len -= utf8clen(u8c->s); in utf8byte()
3148 u8c->s += utf8clen(u8c->s); in utf8byte()
3152 u8c->len -= utf8clen(u8c->s); in utf8byte()
3153 u8c->s += utf8clen(u8c->s); in utf8byte()