Searched refs:textL (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/system/libroot/posix/ |
H A D | locale_test.cpp | 1341 const wchar_t* textL = L"hi there, how do you do? (äüößáéúíó€'¤¹²$%#@) 12"; in test_wctrans() local 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()
|