Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dutf16_be.c203 if (UTF16_IS_SURROGATE_SECOND(*s) && s > start + 1) in utf16be_left_adjust_char_head()
H A Dutf16_le.c212 if (UTF16_IS_SURROGATE_SECOND(*(s+1)) && s > start + 1) in utf16le_left_adjust_char_head()
H A Dregenc.h164 #define UTF16_IS_SURROGATE_SECOND(c) (((c) & 0xfc) == 0xdc) macro

Completed in 9 milliseconds