Home
last modified time | relevance | path

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

/linux-6.15/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
2677 h = hangul; in utf8hangul()
2695 return hangul; in utf8hangul()
2771 trie = utf8hangul(s - 2, hangul); in utf8nlookup()
2808 unsigned char hangul[UTF8HANGULLEAF]; in utf8agemax() local
2814 leaf = utf8lookup(tree, hangul, s); in utf8agemax()
2835 unsigned char hangul[UTF8HANGULLEAF]; in utf8agemin() local
2841 leaf = utf8lookup(tree, hangul, s); in utf8agemin()
2861 unsigned char hangul[UTF8HANGULLEAF]; in utf8nagemax() local
2888 unsigned char hangul[UTF8HANGULLEAF]; in utf8nagemin() local
[all …]
H A Dutf8n.h44 unsigned char hangul[UTF8HANGULLEAF]; member