Searched refs:utf8nlookup (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/unicode/ |
| H A D | mkutf8data.c | 190 static utf8leaf_t *utf8nlookup(struct tree *, unsigned char *, 2706 static utf8leaf_t *utf8nlookup(struct tree *tree, unsigned char *hangul, in utf8nlookup() function 2784 return utf8nlookup(tree, hangul, s, (size_t)-1); in utf8lookup() 2867 leaf = utf8nlookup(tree, hangul, s, len); in utf8nagemax() 2894 leaf = utf8nlookup(tree, hangul, s, len); in utf8nagemin() 2948 leaf = utf8nlookup(tree, hangul, s, len); in utf8nlen() 3088 leaf = utf8nlookup(u8c->tree, u8c->hangul, in utf8byte()
|