Commit aecf642c by Benjamin Kosnik

*: Change __gnu_cxx_test to __gnu_test.


2003-07-24  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/*: Change __gnu_cxx_test to __gnu_test.

From-SVN: r69761
parent 868b8cda
2003-07-24 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/*: Change __gnu_cxx_test to __gnu_test.
2003-07-24 Nathan Myers <ncm-nospam@cantrip.org> 2003-07-24 Nathan Myers <ncm-nospam@cantrip.org>
* testsuite/23_containers/map_operators.cc: Conform to * testsuite/23_containers/map_operators.cc: Conform to
......
...@@ -155,7 +155,7 @@ void test01(void) ...@@ -155,7 +155,7 @@ void test01(void)
int main() int main()
{ {
__gnu_cxx_test::set_memory_limits(); __gnu_test::set_memory_limits();
test01(); test01();
return 0; return 0;
} }
...@@ -155,7 +155,7 @@ void test01(void) ...@@ -155,7 +155,7 @@ void test01(void)
int main() int main()
{ {
__gnu_cxx_test::set_memory_limits(); __gnu_test::set_memory_limits();
test01(); test01();
return 0; return 0;
} }
...@@ -189,7 +189,7 @@ int test01(void) ...@@ -189,7 +189,7 @@ int test01(void)
int main() int main()
{ {
__gnu_cxx_test::set_memory_limits(); __gnu_test::set_memory_limits();
test01(); test01();
return 0; return 0;
} }
...@@ -189,7 +189,7 @@ int test01(void) ...@@ -189,7 +189,7 @@ int test01(void)
int main() int main()
{ {
__gnu_cxx_test::set_memory_limits(); __gnu_test::set_memory_limits();
test01(); test01();
return 0; return 0;
} }
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -33,7 +33,7 @@ void test02() ...@@ -33,7 +33,7 @@ void test02()
bool test = true; bool test = true;
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt; typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-1"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-1");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -33,7 +33,7 @@ void test03() ...@@ -33,7 +33,7 @@ void test03()
bool test = true; bool test = true;
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt; typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-15"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-15");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -33,7 +33,7 @@ void test04() ...@@ -33,7 +33,7 @@ void test04()
bool test = true; bool test = true;
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt; typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -33,7 +33,7 @@ void test02() ...@@ -33,7 +33,7 @@ void test02()
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt; typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
bool test = true; bool test = true;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-1"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-1");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -33,7 +33,7 @@ void test03() ...@@ -33,7 +33,7 @@ void test03()
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt; typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
bool test = true; bool test = true;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-15"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-15");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -33,7 +33,7 @@ void test04() ...@@ -33,7 +33,7 @@ void test04()
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt; typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
bool test = true; bool test = true;
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -88,7 +88,7 @@ void test02() ...@@ -88,7 +88,7 @@ void test02()
wmemset(i_ref, 0xdeadbeef, size + 1); wmemset(i_ref, 0xdeadbeef, size + 1);
int_type* ito_next; int_type* ito_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-1"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-1");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -102,7 +102,7 @@ void test03() ...@@ -102,7 +102,7 @@ void test03()
wmemset(i_ref, 0xdeadbeef, size + 1); wmemset(i_ref, 0xdeadbeef, size + 1);
int_type* ito_next; int_type* ito_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-15"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-15");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -110,7 +110,7 @@ void test04() ...@@ -110,7 +110,7 @@ void test04()
wmemset(i_ref, 0xdeadbeef, esize + 1); wmemset(i_ref, 0xdeadbeef, esize + 1);
int_type* ito_next; int_type* ito_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -60,7 +60,7 @@ void test07() ...@@ -60,7 +60,7 @@ void test07()
wmemset(i_ref, 0xdeadbeef, size + 1); wmemset(i_ref, 0xdeadbeef, size + 1);
int_type* ito_next; int_type* ito_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -109,7 +109,7 @@ void test08() ...@@ -109,7 +109,7 @@ void test08()
wmemset(i_ref, 0xdeadbeef, esize + 1); wmemset(i_ref, 0xdeadbeef, esize + 1);
int_type* ito_next; int_type* ito_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -111,7 +111,7 @@ void test09() ...@@ -111,7 +111,7 @@ void test09()
int_type* ito = i_arr; int_type* ito = i_arr;
int_type* ito_next; int_type* ito_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -61,7 +61,7 @@ void test02() ...@@ -61,7 +61,7 @@ void test02()
"\xff"; "\xff";
int size = strlen(e_lit); int size = strlen(e_lit);
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-1"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-1");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -61,7 +61,7 @@ void test03() ...@@ -61,7 +61,7 @@ void test03()
"\xff"; "\xff";
int size = strlen(e_lit); int size = strlen(e_lit);
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-15"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-15");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -100,7 +100,7 @@ void test04() ...@@ -100,7 +100,7 @@ void test04()
int esize = strlen(e_lit); int esize = strlen(e_lit);
int isize = wcslen(i_lit); int isize = wcslen(i_lit);
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -52,7 +52,7 @@ void test07() ...@@ -52,7 +52,7 @@ void test07()
const ext_type* efrom_next; const ext_type* efrom_next;
int size = strlen(e_lit); int size = strlen(e_lit);
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -31,7 +31,7 @@ void test02() ...@@ -31,7 +31,7 @@ void test02()
bool test = true; bool test = true;
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt; typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-1"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-1");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -31,7 +31,7 @@ void test03() ...@@ -31,7 +31,7 @@ void test03()
bool test = true; bool test = true;
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt; typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-15"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-15");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -31,7 +31,7 @@ void test04() ...@@ -31,7 +31,7 @@ void test04()
bool test = true; bool test = true;
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt; typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -86,7 +86,7 @@ void test02() ...@@ -86,7 +86,7 @@ void test02()
memset(e_ref, 0xf0, size + 1); memset(e_ref, 0xf0, size + 1);
ext_type* eto_next; ext_type* eto_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-1"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-1");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -100,7 +100,7 @@ void test03() ...@@ -100,7 +100,7 @@ void test03()
memset(e_ref, 0xf0, size + 1); memset(e_ref, 0xf0, size + 1);
ext_type* eto_next; ext_type* eto_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-15"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-15");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -107,7 +107,7 @@ void test04() ...@@ -107,7 +107,7 @@ void test04()
memset(e_ref, 0xf0, esize + 1); memset(e_ref, 0xf0, esize + 1);
ext_type* eto_next; ext_type* eto_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -58,7 +58,7 @@ void test03() ...@@ -58,7 +58,7 @@ void test03()
memset(e_ref, 0xf0, size + 1); memset(e_ref, 0xf0, size + 1);
ext_type* eto_next; ext_type* eto_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-1"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-1");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -71,7 +71,7 @@ void test02() ...@@ -71,7 +71,7 @@ void test02()
memset(e_ref, 0xf0, size + 1); memset(e_ref, 0xf0, size + 1);
ext_type* eto_next; ext_type* eto_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-1"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-1");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -85,7 +85,7 @@ void test03() ...@@ -85,7 +85,7 @@ void test03()
memset(e_ref, 0xf0, size + 1); memset(e_ref, 0xf0, size + 1);
ext_type* eto_next; ext_type* eto_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.ISO-8859-15"); locale loc = __gnu_test::try_named_locale("en_US.ISO-8859-15");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -80,7 +80,7 @@ void test04() ...@@ -80,7 +80,7 @@ void test04()
memset(e_ref, 0xf0, size + 1); memset(e_ref, 0xf0, size + 1);
ext_type* eto_next; ext_type* eto_next;
locale loc = __gnu_cxx_test::try_named_locale("en_US.UTF-8"); locale loc = __gnu_test::try_named_locale("en_US.UTF-8");
locale::global(loc); locale::global(loc);
const w_codecvt* cvt = &use_facet<w_codecvt>(loc); const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -33,9 +33,9 @@ void test01() ...@@ -33,9 +33,9 @@ void test01()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_us = __gnu_cxx_test::try_named_locale("en_US"); locale loc_us = __gnu_test::try_named_locale("en_US");
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR"); locale loc_fr = __gnu_test::try_named_locale("fr_FR");
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
VERIFY( loc_us != loc_fr ); VERIFY( loc_us != loc_fr );
VERIFY( loc_us != loc_de ); VERIFY( loc_us != loc_de );
......
...@@ -33,9 +33,9 @@ void test02() ...@@ -33,9 +33,9 @@ void test02()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_us = __gnu_cxx_test::try_named_locale("en_US"); locale loc_us = __gnu_test::try_named_locale("en_US");
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR"); locale loc_fr = __gnu_test::try_named_locale("fr_FR");
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
VERIFY( loc_us != loc_fr ); VERIFY( loc_us != loc_fr );
VERIFY( loc_us != loc_de ); VERIFY( loc_us != loc_de );
......
...@@ -33,7 +33,7 @@ void test03() ...@@ -33,7 +33,7 @@ void test03()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
// cache the collate facets // cache the collate facets
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -33,9 +33,9 @@ void test01() ...@@ -33,9 +33,9 @@ void test01()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_us = __gnu_cxx_test::try_named_locale("en_US"); locale loc_us = __gnu_test::try_named_locale("en_US");
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR"); locale loc_fr = __gnu_test::try_named_locale("fr_FR");
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
VERIFY( loc_us != loc_fr ); VERIFY( loc_us != loc_fr );
VERIFY( loc_us != loc_de ); VERIFY( loc_us != loc_de );
......
...@@ -37,9 +37,9 @@ void test02() ...@@ -37,9 +37,9 @@ void test02()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_us = __gnu_cxx_test::try_named_locale("en_US"); locale loc_us = __gnu_test::try_named_locale("en_US");
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR"); locale loc_fr = __gnu_test::try_named_locale("fr_FR");
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
VERIFY( loc_us != loc_fr ); VERIFY( loc_us != loc_fr );
VERIFY( loc_us != loc_de ); VERIFY( loc_us != loc_de );
......
...@@ -33,7 +33,7 @@ void test03() ...@@ -33,7 +33,7 @@ void test03()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
// cache the collate facets // cache the collate facets
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -33,9 +33,9 @@ void test02() ...@@ -33,9 +33,9 @@ void test02()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_us = __gnu_cxx_test::try_named_locale("en_US"); locale loc_us = __gnu_test::try_named_locale("en_US");
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR"); locale loc_fr = __gnu_test::try_named_locale("fr_FR");
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
VERIFY( loc_us != loc_fr ); VERIFY( loc_us != loc_fr );
VERIFY( loc_us != loc_de ); VERIFY( loc_us != loc_de );
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -36,9 +36,9 @@ void test02() ...@@ -36,9 +36,9 @@ void test02()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_us = __gnu_cxx_test::try_named_locale("en_US"); locale loc_us = __gnu_test::try_named_locale("en_US");
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR"); locale loc_fr = __gnu_test::try_named_locale("fr_FR");
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
VERIFY( loc_us != loc_fr ); VERIFY( loc_us != loc_fr );
VERIFY( loc_us != loc_de ); VERIFY( loc_us != loc_de );
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -32,9 +32,9 @@ void test02() ...@@ -32,9 +32,9 @@ void test02()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_us = __gnu_cxx_test::try_named_locale("en_US"); locale loc_us = __gnu_test::try_named_locale("en_US");
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR"); locale loc_fr = __gnu_test::try_named_locale("fr_FR");
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
VERIFY( loc_us != loc_fr ); VERIFY( loc_us != loc_fr );
VERIFY( loc_us != loc_de ); VERIFY( loc_us != loc_de );
......
...@@ -32,7 +32,7 @@ void test03() ...@@ -32,7 +32,7 @@ void test03()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
// cache the collate facets // cache the collate facets
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test02); two.push_back(&test02);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test02); two.push_back(&test02);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -36,9 +36,9 @@ void test02() ...@@ -36,9 +36,9 @@ void test02()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_us = __gnu_cxx_test::try_named_locale("en_US"); locale loc_us = __gnu_test::try_named_locale("en_US");
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR"); locale loc_fr = __gnu_test::try_named_locale("fr_FR");
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
VERIFY( loc_us != loc_fr ); VERIFY( loc_us != loc_fr );
VERIFY( loc_us != loc_de ); VERIFY( loc_us != loc_de );
......
...@@ -32,7 +32,7 @@ void test03() ...@@ -32,7 +32,7 @@ void test03()
// basic construction // basic construction
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
VERIFY( loc_c != loc_de ); VERIFY( loc_c != loc_de );
// cache the collate facets // cache the collate facets
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test02); two.push_back(&test02);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test02); two.push_back(&test02);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -32,7 +32,7 @@ void test01() ...@@ -32,7 +32,7 @@ void test01()
string str; string str;
locale loc_c = locale::classic(); locale loc_c = locale::classic();
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
str = loc_de.name(); str = loc_de.name();
locale loc_byname(locale::classic(), new collate_byname<char>("de_DE")); locale loc_byname(locale::classic(), new collate_byname<char>("de_DE"));
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -67,7 +67,7 @@ void test02() ...@@ -67,7 +67,7 @@ void test02()
} }
// "de_DE" // "de_DE"
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
const ctype<char>& ctype_de = use_facet<ctype<char> >(loc_de); const ctype<char>& ctype_de = use_facet<ctype<char> >(loc_de);
for (int i = 0; i < max; ++i) for (int i = 0; i < max; ++i)
{ {
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -67,7 +67,7 @@ void test02() ...@@ -67,7 +67,7 @@ void test02()
} }
// "de_DE" // "de_DE"
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE"); locale loc_de = __gnu_test::try_named_locale("de_DE");
const ctype<wchar_t>& ctype_de = use_facet<ctype<wchar_t> >(loc_de); const ctype<wchar_t>& ctype_de = use_facet<ctype<wchar_t> >(loc_de);
for (int i = 0; i < max; ++i) for (int i = 0; i < max; ++i)
{ {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -38,7 +38,7 @@ void test03() ...@@ -38,7 +38,7 @@ void test03()
using namespace std; using namespace std;
bool test = true; bool test = true;
locale loc = __gnu_cxx_test::try_named_locale("se_NO.UTF-8"); locale loc = __gnu_test::try_named_locale("se_NO.UTF-8");
const ctype<wchar_t>& wct = use_facet<ctype<wchar_t> >(loc); const ctype<wchar_t>& wct = use_facet<ctype<wchar_t> >(loc);
const wchar_t* wstrlit = L"\x80"; const wchar_t* wstrlit = L"\x80";
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
two.push_back(&test02); two.push_back(&test02);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_locale("ja_JP.eucjp", two); run_tests_wrapped_locale("ja_JP.eucjp", two);
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
int main() int main()
{ {
using namespace __gnu_cxx_test; using namespace __gnu_test;
func_callback two; func_callback two;
two.push_back(&test01); two.push_back(&test01);
run_tests_wrapped_env("de_DE", "LANG", two); run_tests_wrapped_env("de_DE", "LANG", two);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment