Lines Matching refs:hangul
275 utf8hangul(const char *str, unsigned char *hangul) in utf8hangul() argument
290 h = hangul; in utf8hangul()
308 return hangul; in utf8hangul()
320 unsigned char *hangul, const char *s, size_t len) in utf8nlookup() argument
385 trie = utf8hangul(s - 2, hangul); in utf8nlookup()
396 unsigned char *hangul, const char *s) in utf8lookup() argument
398 return utf8nlookup(data, hangul, s, (size_t)-1); in utf8lookup()
411 unsigned char hangul[UTF8HANGULLEAF]; in utf8agemax() local
417 leaf = utf8lookup(data, hangul, s); in utf8agemax()
440 unsigned char hangul[UTF8HANGULLEAF]; in utf8agemin() local
446 leaf = utf8lookup(data, hangul, s); in utf8agemin()
467 unsigned char hangul[UTF8HANGULLEAF]; in utf8nagemax() local
473 leaf = utf8nlookup(data, hangul, s, len); in utf8nagemax()
495 unsigned char hangul[UTF8HANGULLEAF]; in utf8nagemin() local
501 leaf = utf8nlookup(data, hangul, s, len); in utf8nagemin()
524 unsigned char hangul[UTF8HANGULLEAF]; in utf8len() local
529 leaf = utf8lookup(data, hangul, s); in utf8len()
552 unsigned char hangul[UTF8HANGULLEAF]; in utf8nlen() local
557 leaf = utf8nlookup(data, hangul, s, len); in utf8nlen()
681 leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); in utf8byte()
683 leaf = utf8nlookup(u8c->data, u8c->hangul, in utf8byte()
707 leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); in utf8byte()