Home
last modified time | relevance | path

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

/fs/unicode/
A Dutf8-norm.c479 u8c->s = u8c->p; in utf8byte()
500 leaf = utf8lookup(u8c->um, u8c->n, u8c->hangul, u8c->s); in utf8byte()
502 leaf = utf8nlookup(u8c->um, u8c->n, u8c->hangul, in utf8byte()
517 u8c->p = u8c->s + utf8clen(u8c->s); in utf8byte()
527 leaf = utf8lookup(u8c->um, u8c->n, u8c->hangul, u8c->s); in utf8byte()
560 u8c->sp = u8c->p; in utf8byte()
561 u8c->ss = u8c->s; in utf8byte()
562 u8c->slen = u8c->len; in utf8byte()
573 u8c->ccc = u8c->nccc; in utf8byte()
575 u8c->s = u8c->ss; in utf8byte()
[all …]
A Dmkutf8data.c3065 u8c->s = u8c->p; in utf8byte()
3086 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte()
3101 u8c->p = u8c->s + utf8clen(u8c->s); in utf8byte()
3110 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte()
3143 u8c->sp = u8c->p; in utf8byte()
3144 u8c->ss = u8c->s; in utf8byte()
3145 u8c->slen = u8c->len; in utf8byte()
3156 u8c->ccc = u8c->nccc; in utf8byte()
3158 u8c->s = u8c->ss; in utf8byte()
3159 u8c->p = u8c->sp; in utf8byte()
[all …]
A Dutf8n.h52 int utf8ncursor(struct utf8cursor *u8c, const struct unicode_map *um,
61 extern int utf8byte(struct utf8cursor *u8c);
/fs/unicode/tests/
A Dutf8_kunit.c144 static int utf8cursor(struct utf8cursor *u8c, const struct unicode_map *um, in utf8cursor() argument
147 return utf8ncursor(u8c, um, n, s, (unsigned int)-1); in utf8cursor()
153 struct utf8cursor u8c; in check_utf8_nfdi() local
168 ret = utf8cursor(&u8c, um, UTF8_NFDI, nfdi_test_data[i].str); in check_utf8_nfdi()
171 while ((c = utf8byte(&u8c)) > 0) { in check_utf8_nfdi()
185 struct utf8cursor u8c; in check_utf8_nfdicf() local
200 ret = utf8cursor(&u8c, um, UTF8_NFDICF, nfdicf_test_data[i].str); in check_utf8_nfdicf()
203 while ((c = utf8byte(&u8c)) > 0) { in check_utf8_nfdicf()

Completed in 16 milliseconds