Home
last modified time | relevance | path

Searched refs:comp_table_data (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/iconvdata/
Dtcvn5712-1.c120 } comp_table_data[] = variable
345 typedef int verify1[(NELEMS (comp_table_data) == COMP_TABLE_IDX_END) - 1];
417 if (last_ch >= comp_table_data[i1].base \
418 && last_ch <= comp_table_data[i2].base) \
423 if (last_ch == comp_table_data[i].base) \
425 if (last_ch < comp_table_data[i].base) \
438 if (last_ch == comp_table_data[i].base) \
444 last_ch = comp_table_data[i].composed; \
Dcp1258.c123 } comp_table_data[] = variable
348 typedef int verify1[(NELEMS (comp_table_data) == COMP_TABLE_IDX_END) - 1];
421 if (last_ch >= comp_table_data[i1].base \
422 && last_ch <= comp_table_data[i2].base) \
427 if (last_ch == comp_table_data[i].base) \
429 if (last_ch < comp_table_data[i].base) \
442 if (last_ch == comp_table_data[i].base) \
448 last_ch = comp_table_data[i].composed; \
Dcp1255.c120 } comp_table_data[] = { variable
176 typedef int verify1[(NELEMS (comp_table_data) == COMP_TABLE_IDX_END) - 1];
256 if (last_ch >= comp_table_data[i1].base \
257 && last_ch <= comp_table_data[i2].base) \
262 if (last_ch == comp_table_data[i].base) \
264 if (last_ch < comp_table_data[i].base) \
277 if (last_ch == comp_table_data[i].base) \
283 last_ch = comp_table_data[i].composed; \
Deuc-jisx0213.c250 } comp_table_data[] = variable
319 if (comp_table_data[idx].base == lasttwo) \
331 lasttwo = comp_table_data[idx].composed; \
Dshift_jisx0213.c259 } comp_table_data[] = variable
328 if (comp_table_data[idx].base == lasttwo) \
340 lasttwo = comp_table_data[idx].composed; \
Diso-2022-jp-3.c376 } comp_table_data[] = variable
444 if (comp_table_data[idx].base == (uint16_t) lasttwo) \
473 lasttwo = comp_table_data[idx].composed; \
/glibc-2.36/ChangeLog.old/
DChangeLog.1890046 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
90050 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
94111 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.