Searched refs:U8_SAVE_HANGUL_AS_UTF8 (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/common/unicode/ |
H A D | u8_textprep.c | 113 #define U8_SAVE_HANGUL_AS_UTF8(s, i, j, k, b) \ macro 781 U8_SAVE_HANGUL_AS_UTF8(u8s, 0, 1, 2, b1); in do_decomp() 782 U8_SAVE_HANGUL_AS_UTF8(u8s, 3, 4, 5, b2); in do_decomp() 785 U8_SAVE_HANGUL_AS_UTF8(u8s, 6, 7, 8, b3); in do_decomp() 1134 U8_SAVE_HANGUL_AS_UTF8(t + l, 0, 1, 2, u1); in do_composition()
|