Lines Matching refs:hangul
1751 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
2814 leaf = utf8lookup(tree, hangul, s); in utf8agemax()
2835 unsigned char hangul[UTF8HANGULLEAF]; in utf8agemin() local
2841 leaf = utf8lookup(tree, hangul, s); in utf8agemin()
2861 unsigned char hangul[UTF8HANGULLEAF]; in utf8nagemax() local
2867 leaf = utf8nlookup(tree, hangul, s, len); in utf8nagemax()
2888 unsigned char hangul[UTF8HANGULLEAF]; in utf8nagemin() local
2894 leaf = utf8nlookup(tree, hangul, s, len); in utf8nagemin()
2916 unsigned char hangul[UTF8HANGULLEAF]; in utf8len() local
2921 leaf = utf8lookup(tree, hangul, s); in utf8len()
2943 unsigned char hangul[UTF8HANGULLEAF]; in utf8nlen() local
2948 leaf = utf8nlookup(tree, hangul, s, len); in utf8nlen()
2977 unsigned char hangul[UTF8HANGULLEAF]; member
3086 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte()
3088 leaf = utf8nlookup(u8c->tree, u8c->hangul, in utf8byte()
3110 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); in utf8byte()