Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c6480 static int8_t qprint_map[] = { variable
6549 if (qprint_map[c2] >= 0 && qprint_map[c3] >= 0) { in mime_header_decode_encoded_word()
6550 *bufp++ = (qprint_map[c2] << 4) | (qprint_map[c3] & 0xF); in mime_header_decode_encoded_word()

Completed in 19 milliseconds