Searched refs:UTF8_TRAILS (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/mbstring/oniguruma/enc/ |
H A D | utf8.c | 166 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in utf8_code_to_mbc() macro 181 *p++ = UTF8_TRAILS(code, 6); in utf8_code_to_mbc() 185 *p++ = UTF8_TRAILS(code, 12); in utf8_code_to_mbc() 186 *p++ = UTF8_TRAILS(code, 6); in utf8_code_to_mbc() 190 *p++ = UTF8_TRAILS(code, 18); in utf8_code_to_mbc() 191 *p++ = UTF8_TRAILS(code, 12); in utf8_code_to_mbc() 192 *p++ = UTF8_TRAILS(code, 6); in utf8_code_to_mbc() 196 *p++ = UTF8_TRAILS(code, 24); in utf8_code_to_mbc() 197 *p++ = UTF8_TRAILS(code, 18); in utf8_code_to_mbc() 198 *p++ = UTF8_TRAILS(code, 12); in utf8_code_to_mbc() [all …]
|
Completed in 15 milliseconds