Searched refs:U8_SAVE_HANGUL_AS_UTF8 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/unicode/ |
H A D | u8_textprep.c | 112 #define U8_SAVE_HANGUL_AS_UTF8(s, i, j, k, b) \ macro 785 U8_SAVE_HANGUL_AS_UTF8(u8s, 0, 1, 2, b1); in do_decomp() 786 U8_SAVE_HANGUL_AS_UTF8(u8s, 3, 4, 5, b2); in do_decomp() 789 U8_SAVE_HANGUL_AS_UTF8(u8s, 6, 7, 8, b3); in do_decomp() 1142 U8_SAVE_HANGUL_AS_UTF8(t + l, 0, 1, 2, u1); in do_composition()
|