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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/conversions/string/
H A D2.cc48 string woutput = c.from_bytes(input); local
66 u16string woutput = c.from_bytes(input); local
84 u32string woutput = c.from_bytes(input); local
H A D3.cc44 string woutput = c.from_bytes(input.substr(0, 1)); local
65 u16string woutput = c.from_bytes(input.substr(0, 1)); local
86 u32string woutput = c.from_bytes(input.substr(0, 1)); local
[all...]

Completed in 54 milliseconds