Searched refs:utf8lookup (Results 1 – 3 of 3) sorted by relevance
/third_party/f2fs-tools/lib/ |
D | nls_utf8.c | 471 static utf8leaf_t *utf8lookup(const struct utf8data *data, in utf8lookup() function 494 leaf = utf8lookup(data, hangul, s); 524 leaf = utf8lookup(data, hangul, s); 610 leaf = utf8lookup(data, hangul, s); 763 leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); in utf8byte() 789 leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); in utf8byte()
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | nls_utf8.c | 473 static utf8leaf_t *utf8lookup(const struct utf8data *data, in utf8lookup() function 496 leaf = utf8lookup(data, hangul, s); 526 leaf = utf8lookup(data, hangul, s); 612 leaf = utf8lookup(data, hangul, s); 765 leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); in utf8byte() 791 leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); in utf8byte()
|
/third_party/e2fsprogs/util/ |
D | mkutf8data.c | 190 static utf8leaf_t *utf8lookup(struct tree *, unsigned char *, const char *); 1758 leaf = utf8lookup(tree, hangul, key); in verify() 2754 static utf8leaf_t *utf8lookup(struct tree *tree, unsigned char *hangul, in utf8lookup() function 2787 leaf = utf8lookup(tree, hangul, s); in utf8agemax() 2814 leaf = utf8lookup(tree, hangul, s); in utf8agemin() 2894 leaf = utf8lookup(tree, hangul, s); in utf8len() 3059 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte() 3083 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte()
|