Lines Matching defs:hangul
195 /* Marker for hangul syllable decomposition. */
256 /* Algorithmic decomposition of hangul syllable. */
258 utf8hangul(const char *str, unsigned char *hangul)
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[UTF8HANGULLEAF];
394 leaf = utf8nlookup(um, n, hangul, s, len);
500 leaf = utf8lookup(u8c->um, u8c->n, u8c->hangul, u8c->s);
502 leaf = utf8nlookup(u8c->um, u8c->n, u8c->hangul,
527 leaf = utf8lookup(u8c->um, u8c->n, u8c->hangul, u8c->s);