Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dutf8.c168 #define UTF8_TRAIL0(code) (UChar )(((code) & 0x3f) | 0x80) in code_to_mbc() macro
216 *p++ = UTF8_TRAIL0(code); in code_to_mbc()

Completed in 18 milliseconds