*: 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
This commit is contained in:
parent
868b8cda7b
commit
aecf642c78
@ -1,4 +1,8 @@
|
||||
2003-07-24 Nathan Myers <ncm-nospam@cantrip.org>
|
||||
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>
|
||||
|
||||
* testsuite/23_containers/map_operators.cc: Conform to
|
||||
container requirement as value must be Assignable.
|
||||
|
@ -155,7 +155,7 @@ void test01(void)
|
||||
|
||||
int main()
|
||||
{
|
||||
__gnu_cxx_test::set_memory_limits();
|
||||
__gnu_test::set_memory_limits();
|
||||
test01();
|
||||
return 0;
|
||||
}
|
||||
|
@ -155,7 +155,7 @@ void test01(void)
|
||||
|
||||
int main()
|
||||
{
|
||||
__gnu_cxx_test::set_memory_limits();
|
||||
__gnu_test::set_memory_limits();
|
||||
test01();
|
||||
return 0;
|
||||
}
|
||||
|
@ -189,7 +189,7 @@ int test01(void)
|
||||
|
||||
int main()
|
||||
{
|
||||
__gnu_cxx_test::set_memory_limits();
|
||||
__gnu_test::set_memory_limits();
|
||||
test01();
|
||||
return 0;
|
||||
}
|
||||
|
@ -189,7 +189,7 @@ int test01(void)
|
||||
|
||||
int main()
|
||||
{
|
||||
__gnu_cxx_test::set_memory_limits();
|
||||
__gnu_test::set_memory_limits();
|
||||
test01();
|
||||
return 0;
|
||||
}
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -33,7 +33,7 @@ void test02()
|
||||
bool test = true;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -33,7 +33,7 @@ void test03()
|
||||
bool test = true;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -33,7 +33,7 @@ void test04()
|
||||
bool test = true;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -33,7 +33,7 @@ void test02()
|
||||
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -33,7 +33,7 @@ void test03()
|
||||
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -33,7 +33,7 @@ void test04()
|
||||
typedef codecvt<wchar_t, char, mbstate_t> w_codecvt;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -88,7 +88,7 @@ void test02()
|
||||
wmemset(i_ref, 0xdeadbeef, size + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -102,7 +102,7 @@ void test03()
|
||||
wmemset(i_ref, 0xdeadbeef, size + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -110,7 +110,7 @@ void test04()
|
||||
wmemset(i_ref, 0xdeadbeef, esize + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -60,7 +60,7 @@ void test07()
|
||||
wmemset(i_ref, 0xdeadbeef, size + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -109,7 +109,7 @@ void test08()
|
||||
wmemset(i_ref, 0xdeadbeef, esize + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -111,7 +111,7 @@ void test09()
|
||||
int_type* ito = i_arr;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -61,7 +61,7 @@ void test02()
|
||||
"\xff";
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -61,7 +61,7 @@ void test03()
|
||||
"\xff";
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -100,7 +100,7 @@ void test04()
|
||||
int esize = strlen(e_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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -52,7 +52,7 @@ void test07()
|
||||
const ext_type* efrom_next;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -31,7 +31,7 @@ void test02()
|
||||
bool test = true;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -31,7 +31,7 @@ void test03()
|
||||
bool test = true;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -31,7 +31,7 @@ void test04()
|
||||
bool test = true;
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -86,7 +86,7 @@ void test02()
|
||||
memset(e_ref, 0xf0, size + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -100,7 +100,7 @@ void test03()
|
||||
memset(e_ref, 0xf0, size + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -107,7 +107,7 @@ void test04()
|
||||
memset(e_ref, 0xf0, esize + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -58,7 +58,7 @@ void test03()
|
||||
memset(e_ref, 0xf0, size + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -71,7 +71,7 @@ void test02()
|
||||
memset(e_ref, 0xf0, size + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -85,7 +85,7 @@ void test03()
|
||||
memset(e_ref, 0xf0, size + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -80,7 +80,7 @@ void test04()
|
||||
memset(e_ref, 0xf0, size + 1);
|
||||
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);
|
||||
const w_codecvt* cvt = &use_facet<w_codecvt>(loc);
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -33,9 +33,9 @@ void test01()
|
||||
|
||||
// basic construction
|
||||
locale loc_c = locale::classic();
|
||||
locale loc_us = __gnu_cxx_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE");
|
||||
locale loc_us = __gnu_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_test::try_named_locale("de_DE");
|
||||
VERIFY( loc_c != loc_de );
|
||||
VERIFY( loc_us != loc_fr );
|
||||
VERIFY( loc_us != loc_de );
|
||||
|
@ -33,9 +33,9 @@ void test02()
|
||||
|
||||
// basic construction
|
||||
locale loc_c = locale::classic();
|
||||
locale loc_us = __gnu_cxx_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE");
|
||||
locale loc_us = __gnu_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_test::try_named_locale("de_DE");
|
||||
VERIFY( loc_c != loc_de );
|
||||
VERIFY( loc_us != loc_fr );
|
||||
VERIFY( loc_us != loc_de );
|
||||
|
@ -33,7 +33,7 @@ void test03()
|
||||
|
||||
// basic construction
|
||||
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 );
|
||||
|
||||
// cache the collate facets
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -33,9 +33,9 @@ void test01()
|
||||
|
||||
// basic construction
|
||||
locale loc_c = locale::classic();
|
||||
locale loc_us = __gnu_cxx_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE");
|
||||
locale loc_us = __gnu_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_test::try_named_locale("de_DE");
|
||||
VERIFY( loc_c != loc_de );
|
||||
VERIFY( loc_us != loc_fr );
|
||||
VERIFY( loc_us != loc_de );
|
||||
|
@ -37,9 +37,9 @@ void test02()
|
||||
|
||||
// basic construction
|
||||
locale loc_c = locale::classic();
|
||||
locale loc_us = __gnu_cxx_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE");
|
||||
locale loc_us = __gnu_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_test::try_named_locale("de_DE");
|
||||
VERIFY( loc_c != loc_de );
|
||||
VERIFY( loc_us != loc_fr );
|
||||
VERIFY( loc_us != loc_de );
|
||||
|
@ -33,7 +33,7 @@ void test03()
|
||||
|
||||
// basic construction
|
||||
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 );
|
||||
|
||||
// cache the collate facets
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -33,9 +33,9 @@ void test02()
|
||||
|
||||
// basic construction
|
||||
locale loc_c = locale::classic();
|
||||
locale loc_us = __gnu_cxx_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE");
|
||||
locale loc_us = __gnu_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_test::try_named_locale("de_DE");
|
||||
VERIFY( loc_c != loc_de );
|
||||
VERIFY( loc_us != loc_fr );
|
||||
VERIFY( loc_us != loc_de );
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -36,9 +36,9 @@ void test02()
|
||||
|
||||
// basic construction
|
||||
locale loc_c = locale::classic();
|
||||
locale loc_us = __gnu_cxx_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE");
|
||||
locale loc_us = __gnu_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_test::try_named_locale("de_DE");
|
||||
VERIFY( loc_c != loc_de );
|
||||
VERIFY( loc_us != loc_fr );
|
||||
VERIFY( loc_us != loc_de );
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -32,9 +32,9 @@ void test02()
|
||||
|
||||
// basic construction
|
||||
locale loc_c = locale::classic();
|
||||
locale loc_us = __gnu_cxx_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE");
|
||||
locale loc_us = __gnu_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_test::try_named_locale("de_DE");
|
||||
VERIFY( loc_c != loc_de );
|
||||
VERIFY( loc_us != loc_fr );
|
||||
VERIFY( loc_us != loc_de );
|
||||
|
@ -32,7 +32,7 @@ void test03()
|
||||
|
||||
// basic construction
|
||||
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 );
|
||||
|
||||
// cache the collate facets
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test02);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test02);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -36,9 +36,9 @@ void test02()
|
||||
|
||||
// basic construction
|
||||
locale loc_c = locale::classic();
|
||||
locale loc_us = __gnu_cxx_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_cxx_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_cxx_test::try_named_locale("de_DE");
|
||||
locale loc_us = __gnu_test::try_named_locale("en_US");
|
||||
locale loc_fr = __gnu_test::try_named_locale("fr_FR");
|
||||
locale loc_de = __gnu_test::try_named_locale("de_DE");
|
||||
VERIFY( loc_c != loc_de );
|
||||
VERIFY( loc_us != loc_fr );
|
||||
VERIFY( loc_us != loc_de );
|
||||
|
@ -32,7 +32,7 @@ void test03()
|
||||
|
||||
// basic construction
|
||||
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 );
|
||||
|
||||
// cache the collate facets
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test02);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test02);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -32,7 +32,7 @@ void test01()
|
||||
string str;
|
||||
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();
|
||||
|
||||
locale loc_byname(locale::classic(), new collate_byname<char>("de_DE"));
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -67,7 +67,7 @@ void test02()
|
||||
}
|
||||
|
||||
// "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);
|
||||
for (int i = 0; i < max; ++i)
|
||||
{
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -67,7 +67,7 @@ void test02()
|
||||
}
|
||||
|
||||
// "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);
|
||||
for (int i = 0; i < max; ++i)
|
||||
{
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -38,7 +38,7 @@ void test03()
|
||||
using namespace std;
|
||||
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 wchar_t* wstrlit = L"\x80";
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
two.push_back(&test02);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_locale("ja_JP.eucjp", two);
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace __gnu_cxx_test;
|
||||
using namespace __gnu_test;
|
||||
func_callback two;
|
||||
two.push_back(&test01);
|
||||
run_tests_wrapped_env("de_DE", "LANG", two);
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user