Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dutf8.c140 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in code_to_mbc() macro
155 *p++ = UTF8_TRAILS(code, 6); in code_to_mbc()
159 *p++ = UTF8_TRAILS(code, 12); in code_to_mbc()
160 *p++ = UTF8_TRAILS(code, 6); in code_to_mbc()
164 *p++ = UTF8_TRAILS(code, 18); in code_to_mbc()
165 *p++ = UTF8_TRAILS(code, 12); in code_to_mbc()
166 *p++ = UTF8_TRAILS(code, 6); in code_to_mbc()
170 *p++ = UTF8_TRAILS(code, 24); in code_to_mbc()
171 *p++ = UTF8_TRAILS(code, 18); in code_to_mbc()
172 *p++ = UTF8_TRAILS(code, 12); in code_to_mbc()
[all …]

Completed in 5 milliseconds