Home
last modified time | relevance | path

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

/haiku/src/libs/iconv/
H A Diso2022_jp3.h214 static const struct { unsigned short base; unsigned short composed; } iso2022_jp3_comp_table_data[]… variable
293 if (iso2022_jp3_comp_table_data[idx].base == lasttwo) in iso2022_jp3_wctomb()
313 lasttwo = iso2022_jp3_comp_table_data[idx].composed; in iso2022_jp3_wctomb()