Searched refs:utf8leaf_t (Results 1 – 2 of 2) sorted by relevance
/fs/unicode/ |
D | utf8-norm.c | 201 typedef const unsigned char utf8leaf_t; typedef 274 static utf8leaf_t * 319 static utf8leaf_t *utf8nlookup(const struct utf8data *data, in utf8nlookup() 395 static utf8leaf_t *utf8lookup(const struct utf8data *data, in utf8lookup() 408 utf8leaf_t *leaf; in utf8agemax() 437 utf8leaf_t *leaf; in utf8agemin() 464 utf8leaf_t *leaf; in utf8nagemax() 492 utf8leaf_t *leaf; in utf8nagemin() 522 utf8leaf_t *leaf; in utf8len() 550 utf8leaf_t *leaf; in utf8nlen() [all …]
|
D | mkutf8data.c | 173 typedef unsigned char utf8leaf_t; typedef 190 static utf8leaf_t *utf8nlookup(struct tree *, unsigned char *, 192 static utf8leaf_t *utf8lookup(struct tree *, unsigned char *, const char *); 1748 utf8leaf_t *leaf; in verify() 2662 static utf8leaf_t *utf8hangul(const char *str, unsigned char *hangul) in utf8hangul() 2706 static utf8leaf_t *utf8nlookup(struct tree *tree, unsigned char *hangul, in utf8nlookup() 2781 static utf8leaf_t *utf8lookup(struct tree *tree, unsigned char *hangul, in utf8lookup() 2805 utf8leaf_t *leaf; in utf8agemax() 2832 utf8leaf_t *leaf; in utf8agemin() 2858 utf8leaf_t *leaf; in utf8nagemax() [all …]
|