Home
last modified time | relevance | path

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

/linux/fs/unicode/
H A Dmkutf8data.c1751 unsigned char hangul[UTF8HANGULLEAF]; in verify() local
1765 leaf = utf8lookup(tree, hangul, key); in verify()
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 static utf8leaf_t *utf8lookup(struct tree *tree, unsigned char *hangul, in utf8lookup() argument
2784 return utf8nlookup(tree, hangul, s, (size_t)-1); in utf8lookup()
2808 unsigned char hangul[UTF8HANGULLEAF]; in utf8agemax() local
[all …]