Searched refs:hex2code_map (Results 1 – 1 of 1) sorted by relevance
158 static int hex2code_map[] = { variable186 if (hex2code_map[c & 0xff] >= 0) { in mbfl_filt_conv_qprintdec()200 m = hex2code_map[c & 0xff]; in mbfl_filt_conv_qprintdec()206 n = hex2code_map[filter->cache] << 4 | m; in mbfl_filt_conv_qprintdec()263 if (hex2code_map[c2] >= 0 && p < e) { in mb_qprint_to_wchar()266 if (hex2code_map[c3] >= 0) { in mb_qprint_to_wchar()267 *out++ = hex2code_map[c2] << 4 | hex2code_map[c3]; in mb_qprint_to_wchar()
Completed in 28 milliseconds