Searched refs:utf8lookup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8-norm.c | 395 static utf8leaf_t *utf8lookup(const struct utf8data *data, in utf8lookup() function 417 leaf = utf8lookup(data, hangul, s); in utf8agemax() 446 leaf = utf8lookup(data, hangul, s); in utf8agemin() 529 leaf = utf8lookup(data, hangul, s); in utf8len() 681 leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); in utf8byte() 707 leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); in utf8byte()
|
H A D | mkutf8data.c | 192 static utf8leaf_t *utf8lookup(struct tree *, unsigned char *, const char *); 1765 leaf = utf8lookup(tree, hangul, key); in verify() 2781 static utf8leaf_t *utf8lookup(struct tree *tree, unsigned char *hangul, in utf8lookup() function 2814 leaf = utf8lookup(tree, hangul, s); in utf8agemax() 2841 leaf = utf8lookup(tree, hangul, s); in utf8agemin() 2921 leaf = utf8lookup(tree, hangul, s); in utf8len() 3086 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte() 3110 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte()
|
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-norm.c | 376 static utf8leaf_t *utf8lookup(const struct unicode_map *um, in utf8lookup() function 500 leaf = utf8lookup(u8c->um, u8c->n, u8c->hangul, u8c->s); in utf8byte() 527 leaf = utf8lookup(u8c->um, u8c->n, u8c->hangul, u8c->s); in utf8byte()
|
H A D | mkutf8data.c | 192 static utf8leaf_t *utf8lookup(struct tree *, unsigned char *, const char *); 1765 leaf = utf8lookup(tree, hangul, key); in verify() 2781 static utf8leaf_t *utf8lookup(struct tree *tree, unsigned char *hangul, in utf8lookup() function 2814 leaf = utf8lookup(tree, hangul, s); in utf8agemax() 2841 leaf = utf8lookup(tree, hangul, s); in utf8agemin() 2921 leaf = utf8lookup(tree, hangul, s); in utf8len() 3086 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte() 3110 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte()
|
Completed in 10 milliseconds