Home
last modified time | relevance | path

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

/haiku/src/libs/iconv/
H A Dcp874.h25 static const unsigned short cp874_2uni[128] = { variable
61 unsigned short wc = cp874_2uni[c-0x80]; in cp874_mbtowc()
H A Dcp1162.h34 unsigned short wc = cp874_2uni[c-0x80]; in cp1162_mbtowc()
55 else if (wc >= 0x0080 && wc < 0x00a0 && cp874_2uni[wc-0x0080] == 0xfffd) in cp1162_wctomb()