Home
last modified time | relevance | path

Searched refs:hangul (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/unicode/
H A Dutf8-norm.c258 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()
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()
[all …]
H A Dmkutf8data.c1751 unsigned char hangul[UTF8HANGULLEAF]; in verify() local
2608 h = hangul; in utf8hangul()
2626 return hangul; in utf8hangul()
2702 trie = utf8hangul(s - 2, hangul); in utf8nlookup()
2739 unsigned char hangul[UTF8HANGULLEAF]; in utf8agemax() local
2745 leaf = utf8lookup(tree, hangul, s); in utf8agemax()
2766 unsigned char hangul[UTF8HANGULLEAF]; in utf8agemin() local
2772 leaf = utf8lookup(tree, hangul, s); in utf8agemin()
2792 unsigned char hangul[UTF8HANGULLEAF]; in utf8nagemax() local
2819 unsigned char hangul[UTF8HANGULLEAF]; in utf8nagemin() local
[all …]
H A Dutf8n.h44 unsigned char hangul[UTF8HANGULLEAF]; member