Home
last modified time | relevance | path

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

/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp1311 wctrans_t toL = wctrans("tolower"); in test_wctrans() local
1312 if (errno != 0 || toL != _ISlower) { in test_wctrans()
1315 toL, _ISlower, errno, 0); in test_wctrans()
1349 test_wctrans("POSIX", text, toL, textL); in test_wctrans()
1350 test_wctrans("de_DE.ISO8859-1", text, toL, textL); in test_wctrans()
1351 test_wctrans("de_DE.ISO8859-15", text, toL, textL); in test_wctrans()
1352 test_wctrans("de_DE.UTF-8", text, toL, textL); in test_wctrans()
1353 test_wctrans("fr_Fr", text, toL, textL); in test_wctrans()