Home
last modified time | relevance | path

Searched refs:utf8clen (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/unicode/
Dutf8-norm.c74 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()
[all …]
Dmkutf8data.c2792 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()
[all …]