Searched refs:toU (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp1303 wctrans_t toU = wctrans("toupper"); local
1304 if (errno != 0 || toU != _ISupper) {
1307 toU, _ISupper, errno, 0);
1343 test_wctrans("POSIX", text, toU, textU);
1344 test_wctrans("de_DE.ISO8859-1", text, toU, textU);
1345 test_wctrans("de_DE.ISO8859-15", text, toU, textU);
1346 test_wctrans("de_DE.UTF-8", text, toU, textU);
1347 test_wctrans("fr_Fr", text, toU, textU);

Completed in 88 milliseconds