Home
last modified time | relevance | path

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

/haiku/src/libs/iconv/
H A Dtcvn.h38 static const unsigned int tcvn_comp_bases[] = { variable
144 && ((tcvn_comp_bases[(wc - 0x0040) >> 5] >> (wc & 0x1f)) & 1)) { in tcvn_mbtowc()
H A DChangeLog1421 * lib/tcvn.h (tcvn_comp_bases): New array.