Lines Matching refs:hangul
258 utf8hangul(const char *str, unsigned char *hangul) in utf8hangul() argument
273 h = hangul; in utf8hangul()
291 return hangul; in utf8hangul()
303 enum utf8_normalization n, unsigned char *hangul, const char *s, in utf8nlookup() argument
366 trie = utf8hangul(s - 2, hangul); in utf8nlookup()
377 enum utf8_normalization n, unsigned char *hangul, const char *s) in utf8lookup() argument
379 return utf8nlookup(um, n, hangul, s, (size_t)-1); in utf8lookup()
391 unsigned char hangul[UTF8HANGULLEAF]; in utf8nlen() local
394 leaf = utf8nlookup(um, n, hangul, s, len); in utf8nlen()
500 leaf = utf8lookup(u8c->um, u8c->n, u8c->hangul, u8c->s); in utf8byte()
502 leaf = utf8nlookup(u8c->um, u8c->n, u8c->hangul, in utf8byte()
527 leaf = utf8lookup(u8c->um, u8c->n, u8c->hangul, u8c->s); in utf8byte()