Home
last modified time | relevance | path

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

/openbmc/linux/fs/unicode/
H A Dutf8-core.c33 c1 = utf8byte(&cur1); in utf8_strncmp()
34 c2 = utf8byte(&cur2); in utf8_strncmp()
59 c1 = utf8byte(&cur1); in utf8_strncasecmp()
60 c2 = utf8byte(&cur2); in utf8_strncasecmp()
87 c1 = utf8byte(&cur1); in utf8_strncasecmp_folded()
109 int c = utf8byte(&cur); in utf8_casefold()
131 while ((c = utf8byte(&cur))) { in utf8_casefold_hash()
151 int c = utf8byte(&cur); in utf8_normalize()
H A Dutf8n.h61 extern int utf8byte(struct utf8cursor *u8c);
H A Dutf8-selftest.c191 while ((c = utf8byte(&u8c)) > 0) { in check_utf8_nfdi()
222 while ((c = utf8byte(&u8c)) > 0) { in check_utf8_nfdicf()
H A Dutf8-norm.c471 int utf8byte(struct utf8cursor *u8c) in utf8byte() function
593 EXPORT_SYMBOL_GPL(utf8byte);
H A Dmkutf8data.c2603 int utf8byte(struct utf8cursor *);
3057 int utf8byte(struct utf8cursor *u8c) in utf8byte() function
3186 while ((c = utf8byte(&u8c)) > 0) in normalize_line()
3201 while ((c = utf8byte(&u8c)) > 0) in normalize_line()