Home
last modified time | relevance | path

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

/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp1266 test_wctrans(const char* locale, const wchar_t* text, wctrans_t transition, in test_wctrans() function
1293 test_wctrans() in test_wctrans() function
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()
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()
[all …]