Searched refs:viet_comp_table_data (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A Dcp1258.h91 if (last_wc >= viet_comp_table_data[i1].base
92 && last_wc <= viet_comp_table_data[i2].base) {
96 if (last_wc == viet_comp_table_data[i].base)
98 if (last_wc < viet_comp_table_data[i].base) {
107 if (last_wc == viet_comp_table_data[i].base)
113 last_wc = viet_comp_table_data[i].composed;
127 /* wc is a possible match in viet_comp_table_data. Buffer it. */
H A Dtcvn.h97 if (last_wc >= viet_comp_table_data[i1].base
98 && last_wc <= viet_comp_table_data[i2].base) {
102 if (last_wc == viet_comp_table_data[i].base)
104 if (last_wc < viet_comp_table_data[i].base) {
113 if (last_wc == viet_comp_table_data[i].base)
119 last_wc = viet_comp_table_data[i].composed;
133 /* wc is a possible match in viet_comp_table_data. Buffer it. */
H A Dvietcomb.h30 static const struct { unsigned short base; unsigned short composed; } viet_comp_table_data[] = { variable in typeref:struct:__anon11960

Completed in 36 milliseconds