Home
last modified time | relevance | path

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"); in test_wctrans() local
1304 if (errno != 0 || toU != _ISupper) { in test_wctrans()
1307 toU, _ISupper, errno, 0); in test_wctrans()
1343 test_wctrans("POSIX", text, toU, textU); in test_wctrans()
1344 test_wctrans("de_DE.ISO8859-1", text, toU, textU); in test_wctrans()
1345 test_wctrans("de_DE.ISO8859-15", text, toU, textU); in test_wctrans()
1346 test_wctrans("de_DE.UTF-8", text, toU, textU); in test_wctrans()
1347 test_wctrans("fr_Fr", text, toU, textU); in test_wctrans()