Home
last modified time | relevance | path

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

/linux/fs/unicode/
H A 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 …]