Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/enc/
H A Dutf8.c142 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in code_to_mbc() macro
157 *p++ = UTF8_TRAILS(code, 6); in code_to_mbc()
161 *p++ = UTF8_TRAILS(code, 12); in code_to_mbc()
162 *p++ = UTF8_TRAILS(code, 6); in code_to_mbc()
166 *p++ = UTF8_TRAILS(code, 18); in code_to_mbc()
167 *p++ = UTF8_TRAILS(code, 12); in code_to_mbc()
168 *p++ = UTF8_TRAILS(code, 6); in code_to_mbc()
172 *p++ = UTF8_TRAILS(code, 24); in code_to_mbc()
173 *p++ = UTF8_TRAILS(code, 18); in code_to_mbc()
174 *p++ = UTF8_TRAILS(code, 12); in code_to_mbc()
[all …]

Completed in 6 milliseconds