Home
last modified time | relevance | path

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

/linux/fs/unicode/
A Dutf8-norm.c660 u8c->s = u8c->p; in utf8byte()
681 leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); in utf8byte()
697 u8c->p = u8c->s + utf8clen(u8c->s); in utf8byte()
707 leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); in utf8byte()
740 u8c->sp = u8c->p; in utf8byte()
741 u8c->ss = u8c->s; in utf8byte()
742 u8c->slen = u8c->len; in utf8byte()
753 u8c->ccc = u8c->nccc; in utf8byte()
755 u8c->s = u8c->ss; in utf8byte()
756 u8c->p = u8c->sp; 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 Dutf8-selftest.c166 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()
A Dutf8n.h95 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);

Completed in 19 milliseconds