Searched refs:loc_1 (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D6.cc38 locale loc_1(locale::classic(), new numpunct<char>);
42 VERIFY( loc_1.name() == str_unnamed );
45 VERIFY( has_facet<numpunct<char> >(loc_1) );
49 locale loc_2 = loc_1.combine<numpunct<char> >(loc_c);
H A D7222-env.cc34 std::locale loc_1 = std::locale(""); local
36 VERIFY( loc_1 == loc_2 );
H A D7.cc41 locale loc_1(locale::classic(),
46 VERIFY( loc_1.name() == name_no );
49 VERIFY( has_facet<numpunct<char> >(loc_1) );
53 locale loc_2 = loc_1.combine<numpunct<char> >(loc_c);
58 const numpunct<char>& nump_1 = use_facet<numpunct<char> >(loc_1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/locale/cons/
H A D6.cc39 locale loc_1(locale::classic(), new numpunct<char>);
43 VERIFY( loc_1.name() == str_unnamed );
46 VERIFY( has_facet<numpunct<char> >(loc_1) );
50 locale loc_2 = loc_1.combine<numpunct<char> >(loc_c);
H A D7222-env.cc35 std::locale loc_1 = std::locale(""); local
37 VERIFY( loc_1 == loc_2 );
H A D7.cc41 locale loc_1(locale::classic(),
46 VERIFY( loc_1.name() == name_no );
49 VERIFY( has_facet<numpunct<char> >(loc_1) );
53 locale loc_2 = loc_1.combine<numpunct<char> >(loc_c);
58 const numpunct<char>& nump_1 = use_facet<numpunct<char> >(loc_1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/char/
H A D1.cc113 std::locale loc_1(loc_c, new numput_type);
114 std::locale loc_2(loc_1, new numget_type);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/complex/inserters_extractors/wchar_t/
H A D1.cc111 std::locale loc_1(loc_c, new numput_type);
112 std::locale loc_2(loc_1, new numget_type);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/26_numerics/complex/
H A Dcomplex_inserters_extractors.cc114 std::locale loc_1(loc_c, new numput_type);
115 std::locale loc_2(loc_1, new numget_type);

Completed in 132 milliseconds