Home
last modified time | relevance | path

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

/linux-5.19.10/fs/unicode/
Dutf8-norm.c420 int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um, in utf8ncursor() argument
425 u8c->um = um; in utf8ncursor()
426 u8c->n = n; in utf8ncursor()
427 u8c->s = s; in utf8ncursor()
428 u8c->p = NULL; in utf8ncursor()
429 u8c->ss = NULL; in utf8ncursor()
430 u8c->sp = NULL; in utf8ncursor()
431 u8c->len = len; in utf8ncursor()
432 u8c->slen = 0; in utf8ncursor()
433 u8c->ccc = STOPPER; in utf8ncursor()
[all …]
Dmkutf8data.c2990 int utf8ncursor(struct utf8cursor *u8c, struct tree *tree, const char *s, in utf8ncursor() argument
2997 u8c->tree = tree; in utf8ncursor()
2998 u8c->s = s; in utf8ncursor()
2999 u8c->p = NULL; in utf8ncursor()
3000 u8c->ss = NULL; in utf8ncursor()
3001 u8c->sp = NULL; in utf8ncursor()
3002 u8c->len = len; in utf8ncursor()
3003 u8c->slen = 0; in utf8ncursor()
3004 u8c->ccc = STOPPER; in utf8ncursor()
3005 u8c->nccc = STOPPER; in utf8ncursor()
[all …]
Dutf8-selftest.c167 static int utf8cursor(struct utf8cursor *u8c, const struct unicode_map *um, in utf8cursor() argument
170 return utf8ncursor(u8c, um, n, s, (unsigned int)-1); in utf8cursor()
176 struct utf8cursor u8c; in check_utf8_nfdi() local
188 if (utf8cursor(&u8c, um, UTF8_NFDI, nfdi_test_data[i].str) < 0) in check_utf8_nfdi()
191 while ((c = utf8byte(&u8c)) > 0) { in check_utf8_nfdi()
205 struct utf8cursor u8c; in check_utf8_nfdicf() local
218 if (utf8cursor(&u8c, um, UTF8_NFDICF, in check_utf8_nfdicf()
222 while ((c = utf8byte(&u8c)) > 0) { in check_utf8_nfdicf()
Dutf8n.h52 int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um,
61 extern int utf8byte(struct utf8cursor *u8c);