Lines Matching defs:hangul
1751 unsigned char hangul[UTF8HANGULLEAF];
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)
2677 h = hangul;
2695 return hangul;
2706 static utf8leaf_t *utf8nlookup(struct tree *tree, unsigned char *hangul,
2771 trie = utf8hangul(s - 2, hangul);
2781 static utf8leaf_t *utf8lookup(struct tree *tree, unsigned char *hangul,
2784 return utf8nlookup(tree, hangul, s, (size_t)-1);
2808 unsigned char hangul[UTF8HANGULLEAF];
2814 leaf = utf8lookup(tree, hangul, s);
2835 unsigned char hangul[UTF8HANGULLEAF];
2841 leaf = utf8lookup(tree, hangul, s);
2861 unsigned char hangul[UTF8HANGULLEAF];
2867 leaf = utf8nlookup(tree, hangul, s, len);
2888 unsigned char hangul[UTF8HANGULLEAF];
2894 leaf = utf8nlookup(tree, hangul, s, len);
2916 unsigned char hangul[UTF8HANGULLEAF];
2921 leaf = utf8lookup(tree, hangul, s);
2943 unsigned char hangul[UTF8HANGULLEAF];
2948 leaf = utf8nlookup(tree, hangul, s, len);
2977 unsigned char hangul[UTF8HANGULLEAF];
3086 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s);
3088 leaf = utf8nlookup(u8c->tree, u8c->hangul,
3110 leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s);