Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_qprint.c160 static int hex2code_map[] = { in mbfl_filt_conv_qprintdec() local
181 if (hex2code_map[c & 0xff] >= 0) { in mbfl_filt_conv_qprintdec()
195 m = hex2code_map[c & 0xff]; in mbfl_filt_conv_qprintdec()
201 n = hex2code_map[filter->cache] << 4 | m; in mbfl_filt_conv_qprintdec()

Completed in 7 milliseconds