Searched refs:u8c (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/unicode/ |
D | utf8-norm.c | 583 int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data, in utf8ncursor() argument 590 u8c->data = data; in utf8ncursor() 591 u8c->s = s; in utf8ncursor() 592 u8c->p = NULL; in utf8ncursor() 593 u8c->ss = NULL; in utf8ncursor() 594 u8c->sp = NULL; in utf8ncursor() 595 u8c->len = len; in utf8ncursor() 596 u8c->slen = 0; in utf8ncursor() 597 u8c->ccc = STOPPER; in utf8ncursor() 598 u8c->nccc = STOPPER; in utf8ncursor() [all …]
|
D | mkutf8data.c | 2990 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 …]
|
D | utf8-selftest.c | 166 struct utf8cursor u8c; in check_utf8_nfdi() local 185 if (utf8cursor(&u8c, data, nfdi_test_data[i].str) < 0) in check_utf8_nfdi() 188 while ((c = utf8byte(&u8c)) > 0) { in check_utf8_nfdi() 202 struct utf8cursor u8c; in check_utf8_nfdicf() local 221 if (utf8cursor(&u8c, data, nfdicf_test_data[i].str) < 0) in check_utf8_nfdicf() 224 while ((c = utf8byte(&u8c)) > 0) { in check_utf8_nfdicf()
|
D | utf8n.h | 95 extern int utf8cursor(struct utf8cursor *u8c, const struct utf8data *data, 97 extern int utf8ncursor(struct utf8cursor *u8c, const struct utf8data *data, 106 extern int utf8byte(struct utf8cursor *u8c);
|