Lines Matching refs:utf8clen
2765 static inline int utf8clen(const char *s) in utf8clen() function
2793 s += utf8clen(s); in utf8agemax()
2820 s += utf8clen(s); in utf8agemin()
2846 len -= utf8clen(s); in utf8nagemax()
2847 s += utf8clen(s); in utf8nagemax()
2873 len -= utf8clen(s); in utf8nagemin()
2874 s += utf8clen(s); in utf8nagemin()
2898 ret += utf8clen(s); in utf8len()
2902 ret += utf8clen(s); in utf8len()
2903 s += utf8clen(s); in utf8len()
2925 ret += utf8clen(s); in utf8nlen()
2929 ret += utf8clen(s); in utf8nlen()
2930 len -= utf8clen(s); in utf8nlen()
2931 s += utf8clen(s); in utf8nlen()
3073 u8c->len -= utf8clen(u8c->s); in utf8byte()
3074 u8c->p = u8c->s + utf8clen(u8c->s); in utf8byte()
3120 u8c->len -= utf8clen(u8c->s); in utf8byte()
3121 u8c->s += utf8clen(u8c->s); in utf8byte()
3125 u8c->len -= utf8clen(u8c->s); in utf8byte()
3126 u8c->s += utf8clen(u8c->s); in utf8byte()