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

/linux-master/fs/unicode/
H A Dutf8-core.c33 c1 = utf8byte(&cur1);
34 c2 = utf8byte(&cur2);
59 c1 = utf8byte(&cur1);
60 c2 = utf8byte(&cur2);
87 c1 = utf8byte(&cur1);
109 int c = utf8byte(&cur);
131 while ((c = utf8byte(&cur))) {
151 int c = utf8byte(&cur);
H A Dutf8n.h61 extern int utf8byte(struct utf8cursor *u8c);
H A Dutf8-selftest.c191 while ((c = utf8byte(&u8c)) > 0) {
222 while ((c = utf8byte(&u8c)) > 0) {
H A Dutf8-norm.c411 * Set up an utf8cursor for use by utf8byte().
471 int utf8byte(struct utf8cursor *u8c) function
593 EXPORT_SYMBOL_GPL(utf8byte); variable
H A Dmkutf8data.c2603 int utf8byte(struct utf8cursor *);
2981 * Set up an utf8cursor for use by utf8byte().
3017 * Set up an utf8cursor for use by utf8byte().
3057 int utf8byte(struct utf8cursor *u8c) function
3186 while ((c = utf8byte(&u8c)) > 0)
3201 while ((c = utf8byte(&u8c)) > 0)

Completed in 131 milliseconds