Searched refs:hangul (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/unicode/
H A Dutf8-norm.c195 /* Marker for hangul syllable decomposition. */
256 /* Algorithmic decomposition of hangul syllable. */
258 utf8hangul(const char *str, unsigned char *hangul) argument
273 h = hangul;
291 return hangul;
303 enum utf8_normalization n, unsigned char *hangul, const char *s,
366 trie = utf8hangul(s - 2, hangul);
377 enum utf8_normalization n, unsigned char *hangul, const char *s)
379 return utf8nlookup(um, n, hangul, s, (size_t)-1);
391 unsigned char hangul[UTF8HANGULLEA local
302 utf8nlookup(const struct unicode_map *um, enum utf8_normalization n, unsigned char *hangul, const char *s, size_t len) argument
376 utf8lookup(const struct unicode_map *um, enum utf8_normalization n, unsigned char *hangul, const char *s) argument
[all...]
H A Dutf8n.h44 unsigned char hangul[UTF8HANGULLEAF]; member in struct:utf8cursor
H A Dmkutf8data.c1751 unsigned char hangul[UTF8HANGULLEAF]; local
1765 leaf = utf8lookup(tree, hangul, key);
2445 printf("Decomposing hangul\n");
2472 * Add a cookie as a reminder that the hangul syllable
2661 /* Algorithmic decomposition of hangul syllable. */
2662 static utf8leaf_t *utf8hangul(const char *str, unsigned char *hangul) argument
2677 h = hangul;
2695 return hangul;
2706 static utf8leaf_t *utf8nlookup(struct tree *tree, unsigned char *hangul, argument
2771 trie = utf8hangul(s - 2, hangul);
2781 utf8lookup(struct tree *tree, unsigned char *hangul, const char *s) argument
2808 unsigned char hangul[UTF8HANGULLEAF]; local
2835 unsigned char hangul[UTF8HANGULLEAF]; local
2861 unsigned char hangul[UTF8HANGULLEAF]; local
2888 unsigned char hangul[UTF8HANGULLEAF]; local
2916 unsigned char hangul[UTF8HANGULLEAF]; local
2943 unsigned char hangul[UTF8HANGULLEAF]; local
2977 unsigned char hangul[UTF8HANGULLEAF]; member in struct:utf8cursor
[all...]

Completed in 116 milliseconds