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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/lib/
H A Dcp1255.h33 static const struct { unsigned short base; unsigned short composed; } cp1255_comp_table_data[] = { member in struct:__anon5070
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;
331 if (wc >= cp1255_decomp_table[i1].composed
332 && wc <= cp1255_decomp_table[i2].composed) {
337 if (wc == cp1255_decomp_table[i].composed)
339 if (wc < cp1255_decomp_table[i].composed) {
351 if (wc == cp1255_decomp_table[i].composed)
H A Dcp1258.h125 last_wc = viet_comp_table_data[i].composed;
240 if (wc >= viet_decomp_table[i1].composed
241 && wc <= viet_decomp_table[i2].composed) {
246 if (wc == viet_decomp_table[i].composed)
248 if (wc < viet_decomp_table[i].composed) {
260 if (wc == viet_decomp_table[i].composed)
H A Dtcvn.h130 last_wc = viet_comp_table_data[i].composed;
242 if (wc >= viet_decomp_table[i1].composed
243 && wc <= viet_decomp_table[i2].composed) {
248 if (wc == viet_decomp_table[i].composed)
250 if (wc < viet_decomp_table[i].composed) {
262 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:__anon5072
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:__anon5076
197 lasttwo = shift_jisx0213_comp_table_data[idx].composed;
H A Diso2022_jp3.h30 * The state is composed of one of the following values
218 static const struct { unsigned short base; unsigned short composed; } iso2022_jp3_comp_table_data[] = { member in struct:__anon5075
317 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:__anon5077
261 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member in struct:viet_decomp
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/lib/
H A Dcp1255.h33 static const struct { unsigned short base; unsigned short composed; } cp1255_comp_table_data[] = { member in struct:__anon4165
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;
331 if (wc >= cp1255_decomp_table[i1].composed
332 && wc <= cp1255_decomp_table[i2].composed) {
337 if (wc == cp1255_decomp_table[i].composed)
339 if (wc < cp1255_decomp_table[i].composed) {
351 if (wc == cp1255_decomp_table[i].composed)
H A Dcp1258.h125 last_wc = viet_comp_table_data[i].composed;
240 if (wc >= viet_decomp_table[i1].composed
241 && wc <= viet_decomp_table[i2].composed) {
246 if (wc == viet_decomp_table[i].composed)
248 if (wc < viet_decomp_table[i].composed) {
260 if (wc == viet_decomp_table[i].composed)
H A Dtcvn.h130 last_wc = viet_comp_table_data[i].composed;
242 if (wc >= viet_decomp_table[i1].composed
243 && wc <= viet_decomp_table[i2].composed) {
248 if (wc == viet_decomp_table[i].composed)
250 if (wc < viet_decomp_table[i].composed) {
262 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:__anon4167
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:__anon4171
197 lasttwo = shift_jisx0213_comp_table_data[idx].composed;
H A Diso2022_jp3.h30 * The state is composed of one of the following values
218 static const struct { unsigned short base; unsigned short composed; } iso2022_jp3_comp_table_data[] = { member in struct:__anon4170
317 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:__anon4172
261 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member in struct:viet_decomp
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/lib/
H A Dcp1255.h33 static const struct { unsigned short base; unsigned short composed; } cp1255_comp_table_data[] = { member in struct:__anon39095
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;
331 if (wc >= cp1255_decomp_table[i1].composed
332 && wc <= cp1255_decomp_table[i2].composed) {
337 if (wc == cp1255_decomp_table[i].composed)
339 if (wc < cp1255_decomp_table[i].composed) {
351 if (wc == cp1255_decomp_table[i].composed)
H A Dcp1258.h125 last_wc = viet_comp_table_data[i].composed;
240 if (wc >= viet_decomp_table[i1].composed
241 && wc <= viet_decomp_table[i2].composed) {
246 if (wc == viet_decomp_table[i].composed)
248 if (wc < viet_decomp_table[i].composed) {
260 if (wc == viet_decomp_table[i].composed)
H A Dtcvn.h130 last_wc = viet_comp_table_data[i].composed;
242 if (wc >= viet_decomp_table[i1].composed
243 && wc <= viet_decomp_table[i2].composed) {
248 if (wc == viet_decomp_table[i].composed)
250 if (wc < viet_decomp_table[i].composed) {
262 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:__anon39097
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:__anon39101
197 lasttwo = shift_jisx0213_comp_table_data[idx].composed;
H A Diso2022_jp3.h30 * The state is composed of one of the following values
218 static const struct { unsigned short base; unsigned short composed; } iso2022_jp3_comp_table_data[] = { member in struct:__anon39100
317 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:__anon39102
261 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member in struct:viet_decomp

Completed in 81 milliseconds