Searched refs:composed (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A Dcp1255.h33 static const struct { unsigned short base; unsigned short composed; } cp1255_comp_table_data[] = { member in struct:__anon11953
99 struct cp1255_decomp { unsigned short composed; unsigned short base; int comb1 : 8; signed int comb2 : 8; }; member in struct:cp1255_decomp
225 last_wc = cp1255_comp_table_data[i].composed;
330 if (wc >= cp1255_decomp_table[i1].composed
331 && wc <= cp1255_decomp_table[i2].composed) {
336 if (wc == cp1255_decomp_table[i].composed)
338 if (wc < cp1255_decomp_table[i].composed) {
350 if (wc == cp1255_decomp_table[i].composed)
H A Dcp1258.h113 last_wc = viet_comp_table_data[i].composed;
227 if (wc >= viet_decomp_table[i1].composed
228 && wc <= viet_decomp_table[i2].composed) {
233 if (wc == viet_decomp_table[i].composed)
235 if (wc < viet_decomp_table[i].composed) {
247 if (wc == viet_decomp_table[i].composed)
H A Dtcvn.h119 last_wc = viet_comp_table_data[i].composed;
230 if (wc >= viet_decomp_table[i1].composed
231 && wc <= viet_decomp_table[i2].composed) {
236 if (wc == viet_decomp_table[i].composed)
238 if (wc < viet_decomp_table[i].composed) {
250 if (wc == viet_decomp_table[i].composed)
H A Deuc_jisx0213.h108 static const struct { unsigned short base; unsigned short composed; } euc_jisx0213_comp_table_data[] = { member in struct:__anon11955
183 lasttwo = euc_jisx0213_comp_table_data[idx].composed;
H A Dshift_jisx0213.h122 static const struct { unsigned short base; unsigned short composed; } shift_jisx0213_comp_table_data[] = { member in struct:__anon11959
197 lasttwo = shift_jisx0213_comp_table_data[idx].composed;
H A Diso2022_jp3.h30 * The state is composed of one of the following values
214 static const struct { unsigned short base; unsigned short composed; } iso2022_jp3_comp_table_data[] = { member in struct:__anon11958
313 lasttwo = iso2022_jp3_comp_table_data[idx].composed;
H A Dvietcomb.h30 static const struct { unsigned short base; unsigned short composed; } viet_comp_table_data[] = { member in struct:__anon11960
262 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member in struct:viet_decomp

Completed in 98 milliseconds