Searched refs:utf8lookup (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/unicode/
H A Dutf8-norm.c376 static utf8leaf_t *utf8lookup(const struct unicode_map *um, function
500 leaf = utf8lookup(u8c->um, u8c->n, u8c->hangul, u8c->s);
527 leaf = utf8lookup(u8c->um, u8c->n, u8c->hangul, u8c->s);
H A Dmkutf8data.c192 static utf8leaf_t *utf8lookup(struct tree *, unsigned char *, const char *);
1765 leaf = utf8lookup(tree, hangul, key);
2781 static utf8leaf_t *utf8lookup(struct tree *tree, unsigned char *hangul, function
2814 leaf = utf8lookup(tree, hangul, s);
2841 leaf = utf8lookup(tree, hangul, s);
2921 leaf = utf8lookup(tree, hangul, s);
3086 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s);
3110 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s);

Completed in 113 milliseconds