Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds