Home
last modified time | relevance | path

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

/haiku/src/libs/iconv/
H A Dcp1255.h87 static const struct { unsigned int len; unsigned int idx; } cp1255_comp_table[] = { variable
201 i1 = cp1255_comp_table[k].idx; in cp1255_mbtowc()
202 i2 = i1 + cp1255_comp_table[k].len-1; in cp1255_mbtowc()
H A DChangeLog3011 (cp1255_comp_table_data, cp1255_comp_table): New arrays.