Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dutf16_be.c153 if (UTF16_IS_SURROGATE_FIRST(*p)) { in utf16be_mbc_to_code()
240 UTF16_IS_SURROGATE_FIRST(*(s-2))) in utf16be_left_adjust_char_head()
H A Dutf16_le.c167 if (UTF16_IS_SURROGATE_FIRST(c1)) { in utf16le_mbc_to_code()
240 UTF16_IS_SURROGATE_FIRST(*(s-1))) in utf16le_left_adjust_char_head()
H A Dregenc.h190 #define UTF16_IS_SURROGATE_FIRST(c) (((c) & 0xfc) == 0xd8) macro

Completed in 9 milliseconds