Searched refs:UTF8_TRAIL0 (Results 1 – 1 of 1) sorted by relevance
143 #define UTF8_TRAIL0(code) (UChar )(((code) & 0x3f) | 0x80) in code_to_mbc() macro191 *p++ = UTF8_TRAIL0(code); in code_to_mbc()
Completed in 4 milliseconds