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

/linux-master/fs/unicode/
H A Dutf8-norm.c302 static utf8leaf_t *utf8nlookup(const struct unicode_map *um, function
374 * Forwards to utf8nlookup().
379 return utf8nlookup(um, n, hangul, s, (size_t)-1);
394 leaf = utf8nlookup(um, n, hangul, s, len);
502 leaf = utf8nlookup(u8c->um, u8c->n, u8c->hangul,
H A Dmkutf8data.c190 static utf8leaf_t *utf8nlookup(struct tree *, unsigned char *,
2706 static utf8leaf_t *utf8nlookup(struct tree *tree, unsigned char *hangul, function
2784 return utf8nlookup(tree, hangul, s, (size_t)-1);
2867 leaf = utf8nlookup(tree, hangul, s, len);
2894 leaf = utf8nlookup(tree, hangul, s, len);
2948 leaf = utf8nlookup(tree, hangul, s, len);
3088 leaf = utf8nlookup(u8c->tree, u8c->hangul,

Completed in 184 milliseconds