Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c157 static int hex2code_map[] = { variable
185 if (hex2code_map[c & 0xff] >= 0) { in mbfl_filt_conv_qprintdec()
199 m = hex2code_map[c & 0xff]; in mbfl_filt_conv_qprintdec()
205 n = hex2code_map[filter->cache] << 4 | m; in mbfl_filt_conv_qprintdec()
262 if (hex2code_map[c2] >= 0 && p < e) { in mb_qprint_to_wchar()
265 if (hex2code_map[c3] >= 0) { in mb_qprint_to_wchar()
266 *out++ = hex2code_map[c2] << 4 | hex2code_map[c3]; in mb_qprint_to_wchar()

Completed in 8 milliseconds