Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c568 unsigned char n5 = decode_base64(*p++); in mb_utf7imap_to_wchar() local
569 if (is_base64_end(n5) || p == e) { in mb_utf7imap_to_wchar()
570 out = handle_base64_end(n5, out, &base64, true, &surrogate1); in mb_utf7imap_to_wchar()
578 out = handle_utf16_cp((n3 << 14) | (n4 << 8) | (n5 << 2) | ((n6 & 0x30) >> 4), out, &surrogate1); in mb_utf7imap_to_wchar()
796 unsigned char n5 = decode_base64(*p++); in mb_check_utf7imap() local
797 if (is_base64_end(n5) || p == e) { in mb_check_utf7imap()
804 uint16_t cp2 = (n3 << 14) | (n4 << 8) | (n5 << 2) | ((n6 & 0x30) >> 4); in mb_check_utf7imap()
H A Dmbfilter_utf7.c556 unsigned char n5 = decode_base64(*p++); in mb_utf7_to_wchar() local
557 if (is_base64_end(n5) || p == e) { in mb_utf7_to_wchar()
558 out = handle_base64_end(n5, &p, out, &base64, true, &surrogate1); in mb_utf7_to_wchar()
566 out = handle_utf16_cp((n3 << 14) | (n4 << 8) | (n5 << 2) | ((n6 & 0x30) >> 4), out, &surrogate1); in mb_utf7_to_wchar()
784 unsigned char n5 = decode_base64(*p++); in mb_check_utf7() local
785 if (is_base64_end(n5) || p == e) { in mb_check_utf7()
792 uint16_t cp2 = (n3 << 14) | (n4 << 8) | (n5 << 2) | ((n6 & 0x30) >> 4); in mb_check_utf7()
/php-src/ext/hash/tests/
H A Dfnv1a32.phpt192 array( 'e`4n5`9-iXvNV^rcGZE_V)1U>-!pL_]2@q"UR;', '2ef7953e' ),

Completed in 14 milliseconds