Home
last modified time | relevance | path

Searched refs:utf8nlookup (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/unicode/
Dutf8-norm.c302 static utf8leaf_t *utf8nlookup(const struct unicode_map *um, in utf8nlookup() function
379 return utf8nlookup(um, n, hangul, s, (size_t)-1); in utf8lookup()
394 leaf = utf8nlookup(um, n, hangul, s, len); in utf8nlen()
502 leaf = utf8nlookup(u8c->um, u8c->n, u8c->hangul, in utf8byte()
Dmkutf8data.c190 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()