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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/messages/
H A D13631.cc40 std::string translation1 = msgs_facet.get(msgs, 0, 0, msgid); local
43 VERIFY( translation1 != msgid );
55 VERIFY( translation1 == translation2 );
75 std::wstring translation1 = msgs_facet.get(msgs, 0, 0, msgid); local
78 VERIFY( !translation1.empty() );
79 VERIFY( translation1 != msgid );
91 VERIFY( translation1 == translation2 );

Completed in 73 milliseconds