Searched refs:getloc (Results 1 - 25 of 252) sorted by relevance

1234567891011

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/char/
H A D9322.cc37 VERIFY( ob.getloc() == loc );
40 VERIFY( ob.getloc() == loc );
44 VERIFY( ob.getloc() == loc_de );
48 VERIFY( ob.getloc() == loc_de );
H A D1.cc29 loc_c = fbuf.getloc();
31 std::locale loc_tmp = fbuf.getloc();
H A D13007.cc35 before = getloc();
39 after = getloc();
53 VERIFY( buf.getloc() == loc );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/imbue/wchar_t/
H A D9322.cc37 VERIFY( ob.getloc() == loc );
40 VERIFY( ob.getloc() == loc );
44 VERIFY( ob.getloc() == loc_de );
48 VERIFY( ob.getloc() == loc_de );
H A D1.cc29 loc_c = fbuf.getloc();
31 std::locale loc_tmp = fbuf.getloc();
H A D13007.cc35 before = getloc();
39 after = getloc();
53 VERIFY( buf.getloc() == loc );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/wchar_t/
H A D9322.cc36 VERIFY( ob.getloc() == loc );
39 VERIFY( ob.getloc() == loc );
43 VERIFY( ob.getloc() == loc_de );
47 VERIFY( ob.getloc() == loc_de );
H A D1.cc32 loc_c = strb_01.getloc();
34 std::locale loc_tmp = strb_01.getloc();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/imbue/char/
H A D9322.cc36 VERIFY( ob.getloc() == loc );
39 VERIFY( ob.getloc() == loc );
43 VERIFY( ob.getloc() == loc_de );
47 VERIFY( ob.getloc() == loc_de );
H A D1.cc32 loc_c = strb_01.getloc();
34 std::locale loc_tmp = strb_01.getloc();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D13582-1_xin.cc36 if (wcin.get(c) && !isspace(c, wcin.getloc()))
42 if (wcin.get(c) && !isspace(c, wcin.getloc()))
48 while (wcin.get(c) && !isspace(c, wcin.getloc()))
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/wchar_t/
H A D9322.cc46 VERIFY( ob.getloc() == loc );
49 VERIFY( ob.getloc() == loc );
53 VERIFY( ob.getloc() == loc_de );
57 VERIFY( ob.getloc() == loc_de );
H A D1.cc37 loc_c = buf.getloc();
39 std::locale loc_tmp = buf.getloc();
H A D13007-2.cc35 before = getloc();
39 after = getloc();
53 VERIFY( buf.getloc() == loc );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/imbue/char/
H A D9322.cc46 VERIFY( ob.getloc() == loc );
49 VERIFY( ob.getloc() == loc );
53 VERIFY( ob.getloc() == loc_de );
57 VERIFY( ob.getloc() == loc_de );
H A D1.cc37 loc_c = buf.getloc();
39 std::locale loc_tmp = buf.getloc();
H A D13007-2.cc35 before = getloc();
39 after = getloc();
53 VERIFY( buf.getloc() == loc );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/char/
H A D38196.cc39 oss1.imbue(locale(oss1.getloc(), new my_punct));
40 oss2.imbue(locale(oss2.getloc(), new my_punct));
41 oss3.imbue(locale(oss3.getloc(), new my_punct));
42 oss4.imbue(locale(oss4.getloc(), new my_punct));
43 const num_put<char>& ng1 = use_facet<num_put<char> >(oss1.getloc());
44 const num_put<char>& ng2 = use_facet<num_put<char> >(oss2.getloc());
45 const num_put<char>& ng3 = use_facet<num_put<char> >(oss3.getloc());
46 const num_put<char>& ng4 = use_facet<num_put<char> >(oss4.getloc());
H A D23953.cc45 oss1.imbue(locale(oss1.getloc(), new Punct1));
46 oss2.imbue(locale(oss2.getloc(), new Punct2));
47 oss3.imbue(locale(oss3.getloc(), new Punct3));
48 const num_put<char>& ng1 = use_facet<num_put<char> >(oss1.getloc());
49 const num_put<char>& ng2 = use_facet<num_put<char> >(oss2.getloc());
50 const num_put<char>& ng3 = use_facet<num_put<char> >(oss3.getloc());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/
H A D38196.cc39 oss1.imbue(locale(oss1.getloc(), new my_punct));
40 oss2.imbue(locale(oss2.getloc(), new my_punct));
41 oss3.imbue(locale(oss3.getloc(), new my_punct));
42 oss4.imbue(locale(oss4.getloc(), new my_punct));
43 const num_put<wchar_t>& ng1 = use_facet<num_put<wchar_t> >(oss1.getloc());
44 const num_put<wchar_t>& ng2 = use_facet<num_put<wchar_t> >(oss2.getloc());
45 const num_put<wchar_t>& ng3 = use_facet<num_put<wchar_t> >(oss3.getloc());
46 const num_put<wchar_t>& ng4 = use_facet<num_put<wchar_t> >(oss4.getloc());
H A D23953.cc45 oss1.imbue(locale(oss1.getloc(), new Punct1));
46 oss2.imbue(locale(oss2.getloc(), new Punct2));
47 oss3.imbue(locale(oss3.getloc(), new Punct3));
48 const num_put<wchar_t>& ng1 = use_facet<num_put<wchar_t> >(oss1.getloc());
49 const num_put<wchar_t>& ng2 = use_facet<num_put<wchar_t> >(oss2.getloc());
50 const num_put<wchar_t>& ng3 = use_facet<num_put<wchar_t> >(oss3.getloc());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/
H A D2.cc45 VERIFY( loc_c == ios_01.getloc() );
46 VERIFY( loc_de == ios_02.getloc() );
54 VERIFY( loc_de == ios_01.getloc() );
55 VERIFY( ios_01.getloc() == ios_02.getloc() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D23953.cc44 iss1.imbue(locale(iss1.getloc(), new Punct1));
45 iss2.imbue(locale(iss2.getloc(), new Punct2));
46 iss3.imbue(locale(iss3.getloc(), new Punct3));
47 const num_get<char>& ng1 = use_facet<num_get<char> >(iss1.getloc());
48 const num_get<char>& ng2 = use_facet<num_get<char> >(iss2.getloc());
49 const num_get<char>& ng3 = use_facet<num_get<char> >(iss3.getloc());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D23953.cc44 iss1.imbue(locale(iss1.getloc(), new Punct1));
45 iss2.imbue(locale(iss2.getloc(), new Punct2));
46 iss3.imbue(locale(iss3.getloc(), new Punct3));
47 const num_get<wchar_t>& ng1 = use_facet<num_get<wchar_t> >(iss1.getloc());
48 const num_get<wchar_t>& ng2 = use_facet<num_get<wchar_t> >(iss2.getloc());
49 const num_get<wchar_t>& ng3 = use_facet<num_get<wchar_t> >(iss3.getloc());
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D39168.cc38 oss.imbue(locale(oss.getloc(), new my_moneypunct));
39 const money_put<char>& mp = use_facet<money_put<char> >(oss.getloc());

Completed in 185 milliseconds

1234567891011