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