Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c584 unsigned char n7 = decode_base64(*p++); in mb_utf7imap_to_wchar() local
585 if (is_base64_end(n7)) { in mb_utf7imap_to_wchar()
586 out = handle_base64_end(n7, out, &base64, n6 & 0xF, &surrogate1); in mb_utf7imap_to_wchar()
589 out = handle_base64_end(n7, out, &base64, true, &surrogate1); in mb_utf7imap_to_wchar()
597 out = handle_utf16_cp((n6 << 12) | (n7 << 6) | n8, out, &surrogate1); in mb_utf7imap_to_wchar()
811 unsigned char n7 = decode_base64(*p++); in mb_check_utf7imap() local
812 if (is_base64_end(n7)) { in mb_check_utf7imap()
813 if (!is_base64_end_valid(n7, n6 & 0xF, is_surrogate)) { in mb_check_utf7imap()
825 uint16_t cp3 = (n6 << 12) | (n7 << 6) | n8; in mb_check_utf7imap()
H A Dmbfilter_utf7.c574 unsigned char n7 = decode_base64(*p++); in mb_utf7_to_wchar() local
575 if (is_base64_end(n7)) { in mb_utf7_to_wchar()
576 out = handle_base64_end(n7, &p, out, &base64, n6 & 0xF, &surrogate1); in mb_utf7_to_wchar()
579 out = handle_base64_end(n7, &p, out, &base64, true, &surrogate1); in mb_utf7_to_wchar()
587 out = handle_utf16_cp((n6 << 12) | (n7 << 6) | n8, out, &surrogate1); in mb_utf7_to_wchar()
800 unsigned char n7 = decode_base64(*p++); in mb_check_utf7() local
801 if (is_base64_end(n7)) { in mb_check_utf7()
802 if (!is_base64_end_valid(n7, n6 & 0xF, is_surrogate)) { in mb_check_utf7()
814 uint16_t cp3 = (n6 << 12) | (n7 << 6) | n8; in mb_check_utf7()
/PHP-8.3/ext/hash/tests/
H A Dfnv1a32.phpt254 array( 'n7{]!HFP7Vk{uF`!]n>=to7U>?]{.Sg}kc\\l,#>DZ*@QQ"R/qq', 'cbee4ea9' ),

Completed in 15 milliseconds