Lines Matching refs:hangul

1751 	unsigned char	hangul[UTF8HANGULLEAF];  in verify()  local
1765 leaf = utf8lookup(tree, hangul, key); in verify()
2593 static utf8leaf_t *utf8hangul(const char *str, unsigned char *hangul) in utf8hangul() argument
2608 h = hangul; in utf8hangul()
2626 return hangul; in utf8hangul()
2637 static utf8leaf_t *utf8nlookup(struct tree *tree, unsigned char *hangul, in utf8nlookup() argument
2702 trie = utf8hangul(s - 2, hangul); in utf8nlookup()
2712 static utf8leaf_t *utf8lookup(struct tree *tree, unsigned char *hangul, in utf8lookup() argument
2715 return utf8nlookup(tree, hangul, s, (size_t)-1); in utf8lookup()
2739 unsigned char hangul[UTF8HANGULLEAF]; in utf8agemax() local
2745 leaf = utf8lookup(tree, hangul, s); in utf8agemax()
2766 unsigned char hangul[UTF8HANGULLEAF]; in utf8agemin() local
2772 leaf = utf8lookup(tree, hangul, s); in utf8agemin()
2792 unsigned char hangul[UTF8HANGULLEAF]; in utf8nagemax() local
2798 leaf = utf8nlookup(tree, hangul, s, len); in utf8nagemax()
2819 unsigned char hangul[UTF8HANGULLEAF]; in utf8nagemin() local
2825 leaf = utf8nlookup(tree, hangul, s, len); in utf8nagemin()
2847 unsigned char hangul[UTF8HANGULLEAF]; in utf8len() local
2852 leaf = utf8lookup(tree, hangul, s); in utf8len()
2874 unsigned char hangul[UTF8HANGULLEAF]; in utf8nlen() local
2879 leaf = utf8nlookup(tree, hangul, s, len); in utf8nlen()
2908 unsigned char hangul[UTF8HANGULLEAF]; member
3017 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte()
3019 leaf = utf8nlookup(u8c->tree, u8c->hangul, in utf8byte()
3041 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte()