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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/conversions/string/
H A D3.cc44 string woutput = c.from_bytes(input.substr(0, 1)); local
52 woutput += c2.from_bytes(input.substr(partial_count));
53 VERIFY( u8"\u00a3 shillings pence" == woutput );
55 string roundtrip = c2.to_bytes(woutput);
65 u16string woutput = c.from_bytes(input.substr(0, 1)); local
73 woutput += c2.from_bytes(input.substr(partial_count));
74 VERIFY( u"\u00a3 shillings pence" == woutput );
76 string roundtrip = c2.to_bytes(woutput);
86 u32string woutput = c.from_bytes(input.substr(0, 1)); local
94 woutput
[all...]
H A D2.cc48 string woutput = c.from_bytes(input); local
49 VERIFY( input == woutput ); // noconv case doesn't detect invalid input
66 u16string woutput = c.from_bytes(input); local
67 VERIFY( werr == woutput );
84 u32string woutput = c.from_bytes(input); local
85 VERIFY( werr == woutput );

Completed in 48 milliseconds