hangul 1751 fs/unicode/mkutf8data.c unsigned char hangul[UTF8HANGULLEAF]; hangul 1765 fs/unicode/mkutf8data.c leaf = utf8lookup(tree, hangul, key); hangul 2662 fs/unicode/mkutf8data.c static utf8leaf_t *utf8hangul(const char *str, unsigned char *hangul) hangul 2677 fs/unicode/mkutf8data.c h = hangul; hangul 2695 fs/unicode/mkutf8data.c return hangul; hangul 2706 fs/unicode/mkutf8data.c static utf8leaf_t *utf8nlookup(struct tree *tree, unsigned char *hangul, hangul 2771 fs/unicode/mkutf8data.c trie = utf8hangul(s - 2, hangul); hangul 2781 fs/unicode/mkutf8data.c static utf8leaf_t *utf8lookup(struct tree *tree, unsigned char *hangul, hangul 2784 fs/unicode/mkutf8data.c return utf8nlookup(tree, hangul, s, (size_t)-1); hangul 2808 fs/unicode/mkutf8data.c unsigned char hangul[UTF8HANGULLEAF]; hangul 2814 fs/unicode/mkutf8data.c leaf = utf8lookup(tree, hangul, s); hangul 2835 fs/unicode/mkutf8data.c unsigned char hangul[UTF8HANGULLEAF]; hangul 2841 fs/unicode/mkutf8data.c leaf = utf8lookup(tree, hangul, s); hangul 2861 fs/unicode/mkutf8data.c unsigned char hangul[UTF8HANGULLEAF]; hangul 2867 fs/unicode/mkutf8data.c leaf = utf8nlookup(tree, hangul, s, len); hangul 2888 fs/unicode/mkutf8data.c unsigned char hangul[UTF8HANGULLEAF]; hangul 2894 fs/unicode/mkutf8data.c leaf = utf8nlookup(tree, hangul, s, len); hangul 2916 fs/unicode/mkutf8data.c unsigned char hangul[UTF8HANGULLEAF]; hangul 2921 fs/unicode/mkutf8data.c leaf = utf8lookup(tree, hangul, s); hangul 2943 fs/unicode/mkutf8data.c unsigned char hangul[UTF8HANGULLEAF]; hangul 2948 fs/unicode/mkutf8data.c leaf = utf8nlookup(tree, hangul, s, len); hangul 2977 fs/unicode/mkutf8data.c unsigned char hangul[UTF8HANGULLEAF]; hangul 3086 fs/unicode/mkutf8data.c leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); hangul 3088 fs/unicode/mkutf8data.c leaf = utf8nlookup(u8c->tree, u8c->hangul, hangul 3110 fs/unicode/mkutf8data.c leaf = utf8lookup(u8c->tree, u8c->hangul, u8c->s); hangul 275 fs/unicode/utf8-norm.c utf8hangul(const char *str, unsigned char *hangul) hangul 290 fs/unicode/utf8-norm.c h = hangul; hangul 308 fs/unicode/utf8-norm.c return hangul; hangul 320 fs/unicode/utf8-norm.c unsigned char *hangul, const char *s, size_t len) hangul 385 fs/unicode/utf8-norm.c trie = utf8hangul(s - 2, hangul); hangul 396 fs/unicode/utf8-norm.c unsigned char *hangul, const char *s) hangul 398 fs/unicode/utf8-norm.c return utf8nlookup(data, hangul, s, (size_t)-1); hangul 411 fs/unicode/utf8-norm.c unsigned char hangul[UTF8HANGULLEAF]; hangul 417 fs/unicode/utf8-norm.c leaf = utf8lookup(data, hangul, s); hangul 440 fs/unicode/utf8-norm.c unsigned char hangul[UTF8HANGULLEAF]; hangul 446 fs/unicode/utf8-norm.c leaf = utf8lookup(data, hangul, s); hangul 467 fs/unicode/utf8-norm.c unsigned char hangul[UTF8HANGULLEAF]; hangul 473 fs/unicode/utf8-norm.c leaf = utf8nlookup(data, hangul, s, len); hangul 495 fs/unicode/utf8-norm.c unsigned char hangul[UTF8HANGULLEAF]; hangul 501 fs/unicode/utf8-norm.c leaf = utf8nlookup(data, hangul, s, len); hangul 524 fs/unicode/utf8-norm.c unsigned char hangul[UTF8HANGULLEAF]; hangul 529 fs/unicode/utf8-norm.c leaf = utf8lookup(data, hangul, s); hangul 552 fs/unicode/utf8-norm.c unsigned char hangul[UTF8HANGULLEAF]; hangul 557 fs/unicode/utf8-norm.c leaf = utf8nlookup(data, hangul, s, len); hangul 681 fs/unicode/utf8-norm.c leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); hangul 683 fs/unicode/utf8-norm.c leaf = utf8nlookup(u8c->data, u8c->hangul, hangul 707 fs/unicode/utf8-norm.c leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); hangul 87 fs/unicode/utf8n.h unsigned char hangul[UTF8HANGULLEAF];