Searched refs:UTF8_TRAIL0 (Results 1 – 1 of 1) sorted by relevance
167 #define UTF8_TRAIL0(code) (UChar )(((code) & 0x3f) | 0x80) in utf8_code_to_mbc() macro215 *p++ = UTF8_TRAIL0(code); in utf8_code_to_mbc()
Completed in 8 milliseconds