Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c476 if (*surrogate1) { in handle_utf16_cp()
479 *surrogate1 = 0; in handle_utf16_cp()
482 *surrogate1 = 0; in handle_utf16_cp()
486 *surrogate1 = cp; in handle_utf16_cp()
500 if (abrupt || n == ILLEGAL || *surrogate1) { in handle_base64_end()
502 *surrogate1 = 0; in handle_base64_end()
537 out = handle_base64_end(n1, out, &base64, true, &surrogate1); in mb_utf7imap_to_wchar()
542 out = handle_base64_end(n2, out, &base64, true, &surrogate1); in mb_utf7imap_to_wchar()
554 if ((n3 & 0x3) || surrogate1) in mb_utf7imap_to_wchar()
579 if ((n6 & 0xF) || surrogate1) in mb_utf7imap_to_wchar()
[all …]
H A Dmbfilter_utf7.c457 if (*surrogate1) { in handle_utf16_cp()
459 *out++ = ((*surrogate1 & 0x3FF) << 10) + (cp & 0x3FF) + 0x10000; in handle_utf16_cp()
460 *surrogate1 = 0; in handle_utf16_cp()
463 *surrogate1 = 0; in handle_utf16_cp()
467 *surrogate1 = cp; in handle_utf16_cp()
479 if (abrupt || *surrogate1) { in handle_base64_end()
481 *surrogate1 = 0; in handle_base64_end()
523 out = handle_base64_end(n1, &p, out, &base64, true, &surrogate1); in mb_utf7_to_wchar()
540 if ((n3 & 0x3) || surrogate1) in mb_utf7_to_wchar()
565 if ((n6 & 0xF) || surrogate1) in mb_utf7_to_wchar()
[all …]

Completed in 8 milliseconds