Lines Matching refs:test_wctrans
1266 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()
1352 test_wctrans("de_DE.UTF-8", text, toL, textL); in test_wctrans()
1353 test_wctrans("fr_Fr", text, toL, textL); in test_wctrans()
2222 test_wctrans(); in main()