Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/unicode/
H A Dutf8-norm.c91 static inline int utf8clen(const char *s) in utf8clen() function
424 s += utf8clen(s); in utf8agemax()
452 s += utf8clen(s); in utf8agemin()
479 len -= utf8clen(s); in utf8nagemax()
480 s += utf8clen(s); in utf8nagemax()
507 len -= utf8clen(s); in utf8nagemin()
508 s += utf8clen(s); in utf8nagemin()
533 ret += utf8clen(s); in utf8len()
537 ret += utf8clen(s); in utf8len()
538 s += utf8clen( in utf8len()
[all...]
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( in utf8len()
[all...]
/kernel/linux/linux-6.6/fs/unicode/
H A 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(u8 in utf8byte()
[all...]
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( in utf8len()
[all...]

Completed in 9 milliseconds