Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c1076 uint32_t ending_cp = (*(_end - 2) << 8) + *(_end - 1); in mb_cut_utf16be() local
1077 if (ending_cp >= 0xD800 && ending_cp <= 0xDBFF) { in mb_cut_utf16be()
1109 uint32_t ending_cp = (*(_end - 1) << 8) + *(_end - 2); in mb_cut_utf16le() local
1110 if (ending_cp >= 0xD800 && ending_cp <= 0xDBFF) { in mb_cut_utf16le()

Completed in 6 milliseconds