Searched refs:utf8nlookup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8-norm.c | 319 static utf8leaf_t *utf8nlookup(const struct utf8data *data, in utf8nlookup() function 393 * Forwards to utf8nlookup(). 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 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()
|
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-norm.c | 302 static utf8leaf_t *utf8nlookup(const struct unicode_map *um, in utf8nlookup() function 374 * Forwards to utf8nlookup(). 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()
|
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()
|
Completed in 10 milliseconds