Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/unicode/
H A Dutf8-norm.c319 static utf8leaf_t *utf8nlookup(const struct utf8data *data, in utf8nlookup() function
398 return utf8nlookup(data, hangul, s, (size_t)-1); in utf8lookup()
473 leaf = utf8nlookup(data, hangul, s, len); in utf8nagemax()
501 leaf = utf8nlookup(data, hangul, s, len); in utf8nagemin()
557 leaf = utf8nlookup(data, hangul, s, len); in utf8nlen()
683 leaf = utf8nlookup(u8c->data, u8c->hangul, in utf8byte()
H A 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()