Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dutf8n.h118 extern int utf8byte(struct utf8cursor *u8c);
Dnls_utf8.c736 static int utf8byte(struct utf8cursor *u8c) in utf8byte() function
904 int c = utf8byte(&cur); in utf8_casefold()
/external/f2fs-tools/lib/
Dnls_utf8.c734 static int utf8byte(struct utf8cursor *u8c) in utf8byte() function
902 int c = utf8byte(&cur); in utf8_casefold()
/external/e2fsprogs/util/
Dmkutf8data.c2577 int utf8byte(struct utf8cursor *);
3030 int utf8byte(struct utf8cursor *u8c) in utf8byte() function
3159 while ((c = utf8byte(&u8c)) > 0) in normalize_line()
3174 while ((c = utf8byte(&u8c)) > 0) in normalize_line()