Searched refs:comb1 (Results 1 – 4 of 4) sorted by relevance
99 struct cp1255_decomp { unsigned short composed; unsigned short base; int comb1 : 8; signed int comb… member367 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()373 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
262 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member
286 r[1] = tcvn_comb_table[viet_decomp_table[i].comb1]; in tcvn_wctomb()
283 r[1] = cp1258_comb_table[viet_decomp_table[i].comb1]; in cp1258_wctomb()