Searched refs:utf8byte (Results 1 – 4 of 4) sorted by relevance
118 extern int utf8byte(struct utf8cursor *u8c);
736 static int utf8byte(struct utf8cursor *u8c) in utf8byte() function904 int c = utf8byte(&cur); in utf8_casefold()
734 static int utf8byte(struct utf8cursor *u8c) in utf8byte() function902 int c = utf8byte(&cur); in utf8_casefold()
2577 int utf8byte(struct utf8cursor *);3030 int utf8byte(struct utf8cursor *u8c) in utf8byte() function3159 while ((c = utf8byte(&u8c)) > 0) in normalize_line()3174 while ((c = utf8byte(&u8c)) > 0) in normalize_line()