Home
last modified time | relevance | path

Searched refs:UTF8_TRAIL0 (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dutf8.c143 #define UTF8_TRAIL0(code) (UChar )(((code) & 0x3f) | 0x80) in code_to_mbc() macro
191 *p++ = UTF8_TRAIL0(code); in code_to_mbc()

Completed in 6 milliseconds