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

/haiku/src/libs/iconv/
H A Dcp1258.h32 /* The possible bases in viet_comp_table_data:
103 if (last_wc >= viet_comp_table_data[i1].base
104 && last_wc <= viet_comp_table_data[i2].base) {
108 if (last_wc == viet_comp_table_data[i].base)
110 if (last_wc < viet_comp_table_data[i].base) {
119 if (last_wc == viet_comp_table_data[i].base)
125 last_wc = viet_comp_table_data[i].composed;
140 /* wc is a possible match in viet_comp_table_data. Buffer it. */
H A Dtcvn.h32 /* The possible bases in viet_comp_table_data:
108 if (last_wc >= viet_comp_table_data[i1].base
109 && last_wc <= viet_comp_table_data[i2].base) {
113 if (last_wc == viet_comp_table_data[i].base)
115 if (last_wc < viet_comp_table_data[i].base) {
124 if (last_wc == viet_comp_table_data[i].base)
130 last_wc = viet_comp_table_data[i].composed;
145 /* 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:__anon4809

Completed in 90 milliseconds