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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/conversions/string/
H A D1.cc44 string roundtrip = c.to_bytes(output); local
45 VERIFY( input == roundtrip );
46 VERIFY( c.converted() == roundtrip.length() );
57 string roundtrip = c.to_bytes(output); local
58 VERIFY( input == roundtrip );
59 VERIFY( c.converted() == roundtrip.length() );
H A D3.cc55 string roundtrip = c2.to_bytes(woutput); local
56 VERIFY( input == roundtrip );
76 string roundtrip = c2.to_bytes(woutput); local
77 VERIFY( input == roundtrip );
97 string roundtrip = c2.to_bytes(woutput); local
98 VERIFY( input == roundtrip );

Completed in 43 milliseconds