Searched refs:test_wctype (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/system/libroot/posix/ |
H A D | Jamfile | 84 SimpleTest test_wctype : test_wctype.c ;
|
H A D | locale_test.cpp | 1154 test_wctype(const char* locale, const wchar_t* text, in test_wctype() function 1189 test_wctype() in test_wctype() function 1255 test_wctype("POSIX", text, wcs, classInfos); in test_wctype() 1256 test_wctype("de_DE.ISO8859-1", text, wcs, classInfos); in test_wctype() 1257 test_wctype("de_DE.ISO8859-15", text, wcs, classInfos); in test_wctype() 1258 test_wctype("de_DE.UTF-8", text, wcs, classInfos); in test_wctype() 2221 test_wctype(); in main()
|