Searched refs:code_ofst_tbl (Results 1 – 2 of 2) sorted by relevance
226 static const unsigned short code_ofst_tbl[] [2]= { variable
238 if (s >= code_ofst_tbl[i][0] && s <= code_ofst_tbl[i][1]) { in mbfl_filt_conv_sjis_mac_wchar()239 w = code_map[i][s - code_ofst_tbl[i][0]]; in mbfl_filt_conv_sjis_mac_wchar()770 if (s >= code_ofst_tbl[i][0] && s <= code_ofst_tbl[i][1]) { in mb_sjismac_to_wchar()771 w = code_map[i][s - code_ofst_tbl[i][0]]; in mb_sjismac_to_wchar()
Completed in 6 milliseconds