Searched refs:result11 (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/char/
H A D8.cc53 string result11 = oss.str(); local
54 VERIFY( result11 == "dimanche, the second of avril");
58 VERIFY( result12 != result11 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/
H A D8.cc55 wstring result11 = oss.str(); local
56 VERIFY( result11 == L"dimanche, the second of avril");
60 VERIFY( result12 != result11 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D2.cc77 wstring result11; local
79 mon_get.get(is_it11, end, true, iss, err11, result11);
80 VERIFY( result11 == digits4 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D2.cc77 string result11; local
79 mon_get.get(is_it11, end, true, iss, err11, result11);
80 VERIFY( result11 == digits4 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D1.cc99 string result11 = oss.str(); local
100 VERIFY( result11 == "-,01****************");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D1.cc100 wstring result11 = oss.str(); local
101 VERIFY( result11 == L"-,01****************" );

Completed in 61 milliseconds