Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf7imap.c474 static uint32_t* handle_utf16_cp(uint16_t cp, uint32_t *out, uint16_t *surrogate1) in handle_utf16_cp() function
551 out = handle_utf16_cp((n1 << 10) | (n2 << 4) | ((n3 & 0x3C) >> 2), out, &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()
598 out = handle_utf16_cp((n6 << 12) | (n7 << 6) | n8, out, &surrogate1); in mb_utf7imap_to_wchar()
H A Dmbfilter_utf7.c455 static uint32_t* handle_utf16_cp(uint16_t cp, uint32_t *out, uint16_t *surrogate1) in handle_utf16_cp() function
537 out = handle_utf16_cp((n1 << 10) | (n2 << 4) | ((n3 & 0x3C) >> 2), out, &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()
588 out = handle_utf16_cp((n6 << 12) | (n7 << 6) | n8, out, &surrogate1); in mb_utf7_to_wchar()

Completed in 10 milliseconds