/kernel/linux/linux-5.10/fs/unicode/ |
H A D | utf8-norm.c | 212 /* Marker for hangul syllable decomposition. */ 273 /* Algorithmic decomposition of hangul syllable. */ 275 utf8hangul(const char *str, unsigned char *hangul) in utf8hangul() argument 290 h = hangul; in utf8hangul() 308 return hangul; in utf8hangul() 320 unsigned char *hangul, const char *s, size_t len) in utf8nlookup() 385 trie = utf8hangul(s - 2, hangul); in utf8nlookup() 396 unsigned char *hangul, const char *s) in utf8lookup() 398 return utf8nlookup(data, hangul, s, (size_t)-1); in utf8lookup() 411 unsigned char hangul[UTF8HANGULLEA in utf8agemax() local 319 utf8nlookup(const struct utf8data *data, unsigned char *hangul, const char *s, size_t len) utf8nlookup() argument 395 utf8lookup(const struct utf8data *data, unsigned char *hangul, const char *s) utf8lookup() argument 440 unsigned char hangul[UTF8HANGULLEAF]; utf8agemin() local 467 unsigned char hangul[UTF8HANGULLEAF]; utf8nagemax() local 495 unsigned char hangul[UTF8HANGULLEAF]; utf8nagemin() local 524 unsigned char hangul[UTF8HANGULLEAF]; utf8len() local 552 unsigned char hangul[UTF8HANGULLEAF]; utf8nlen() local [all...] |
H A D | mkutf8data.c | 1751 unsigned char hangul[UTF8HANGULLEAF]; in verify() local 1765 leaf = utf8lookup(tree, hangul, key); in verify() 2445 printf("Decomposing hangul\n"); in hangul_decompose() 2472 * Add a cookie as a reminder that the hangul syllable in hangul_decompose() 2661 /* Algorithmic decomposition of hangul syllable. */ 2662 static utf8leaf_t *utf8hangul(const char *str, unsigned char *hangul) in utf8hangul() argument 2677 h = hangul; in utf8hangul() 2695 return hangul; in utf8hangul() 2706 static utf8leaf_t *utf8nlookup(struct tree *tree, unsigned char *hangul, in utf8nlookup() argument 2771 trie = utf8hangul(s - 2, hangul); in utf8nlookup() 2781 utf8lookup(struct tree *tree, unsigned char *hangul, const char *s) utf8lookup() argument 2808 unsigned char hangul[UTF8HANGULLEAF]; utf8agemax() local 2835 unsigned char hangul[UTF8HANGULLEAF]; utf8agemin() local 2861 unsigned char hangul[UTF8HANGULLEAF]; utf8nagemax() local 2888 unsigned char hangul[UTF8HANGULLEAF]; utf8nagemin() local 2916 unsigned char hangul[UTF8HANGULLEAF]; utf8len() local 2943 unsigned char hangul[UTF8HANGULLEAF]; utf8nlen() local 2977 unsigned char hangul[UTF8HANGULLEAF]; global() member [all...] |
H A D | utf8n.h | 87 unsigned char hangul[UTF8HANGULLEAF]; member
|
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-norm.c | 195 /* Marker for hangul syllable decomposition. */ 256 /* Algorithmic decomposition of hangul syllable. */ 258 utf8hangul(const char *str, unsigned char *hangul) in utf8hangul() argument 273 h = hangul; in utf8hangul() 291 return hangul; in utf8hangul() 303 enum utf8_normalization n, unsigned char *hangul, const char *s, in utf8nlookup() 366 trie = utf8hangul(s - 2, hangul); in utf8nlookup() 377 enum utf8_normalization n, unsigned char *hangul, const char *s) in utf8lookup() 379 return utf8nlookup(um, n, hangul, s, (size_t)-1); in utf8lookup() 391 unsigned char hangul[UTF8HANGULLEA in utf8nlen() local 302 utf8nlookup(const struct unicode_map *um, enum utf8_normalization n, unsigned char *hangul, const char *s, size_t len) utf8nlookup() argument 376 utf8lookup(const struct unicode_map *um, enum utf8_normalization n, unsigned char *hangul, const char *s) utf8lookup() argument [all...] |
H A D | mkutf8data.c | 1751 unsigned char hangul[UTF8HANGULLEAF]; in verify() local 1765 leaf = utf8lookup(tree, hangul, key); in verify() 2445 printf("Decomposing hangul\n"); in hangul_decompose() 2472 * Add a cookie as a reminder that the hangul syllable in hangul_decompose() 2661 /* Algorithmic decomposition of hangul syllable. */ 2662 static utf8leaf_t *utf8hangul(const char *str, unsigned char *hangul) in utf8hangul() argument 2677 h = hangul; in utf8hangul() 2695 return hangul; in utf8hangul() 2706 static utf8leaf_t *utf8nlookup(struct tree *tree, unsigned char *hangul, in utf8nlookup() argument 2771 trie = utf8hangul(s - 2, hangul); in utf8nlookup() 2781 utf8lookup(struct tree *tree, unsigned char *hangul, const char *s) utf8lookup() argument 2808 unsigned char hangul[UTF8HANGULLEAF]; utf8agemax() local 2835 unsigned char hangul[UTF8HANGULLEAF]; utf8agemin() local 2861 unsigned char hangul[UTF8HANGULLEAF]; utf8nagemax() local 2888 unsigned char hangul[UTF8HANGULLEAF]; utf8nagemin() local 2916 unsigned char hangul[UTF8HANGULLEAF]; utf8len() local 2943 unsigned char hangul[UTF8HANGULLEAF]; utf8nlen() local 2977 unsigned char hangul[UTF8HANGULLEAF]; global() member [all...] |
H A D | utf8n.h | 44 unsigned char hangul[UTF8HANGULLEAF]; member
|