Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wchar/
A Dwchar.c1176 int fromcodeset; member
1308 int tocodeset, fromcodeset; in iconv_open() local
1315 px->fromcodeset0 = px->fromcodeset = fromcodeset; in iconv_open()
1316 px->frombom0 = px->frombom = (fromcodeset >= 0xe0) ? (fromcodeset & 0x10) >> 4 : 0; in iconv_open()
1350 if ((px->fromcodeset & 0xf0) == 0xe0) { in iconv()
1353 px->fromcodeset = px->fromcodeset0; in iconv()
1368 if (px->fromcodeset >= IC_MULTIBYTE) { in iconv()
1369 inci = (px->fromcodeset == IC_WCHAR_T) ? 4: (px->fromcodeset & 6); in iconv()
1376 if (!(px->fromcodeset & 1)) wc = bswap_32(wc); in iconv()
1413 if (px->fromcodeset != IC_WCHAR_T) { in iconv()
[all …]

Completed in 4 milliseconds