Searched refs:UTF8_TRAILS (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | utf8.c | 151 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in code_to_mbc() macro 166 *p++ = UTF8_TRAILS(code, 6); in code_to_mbc() 170 *p++ = UTF8_TRAILS(code, 12); in code_to_mbc() 171 *p++ = UTF8_TRAILS(code, 6); in code_to_mbc() 176 *p++ = UTF8_TRAILS(code, 18); in code_to_mbc() 177 *p++ = UTF8_TRAILS(code, 12); in code_to_mbc() 178 *p++ = UTF8_TRAILS(code, 6); in code_to_mbc() 182 *p++ = UTF8_TRAILS(code, 24); in code_to_mbc() 183 *p++ = UTF8_TRAILS(code, 18); in code_to_mbc() 184 *p++ = UTF8_TRAILS(code, 12); in code_to_mbc() [all …]
|
Completed in 7 milliseconds