Lines Matching refs:ostr
65 ostringstream ostr; in _money_put_get2() local
66 ostr.imbue(streamLoc); in _money_put_get2()
67 ostr << showbase; in _money_put_get2()
77 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, true, ostr, ' ', 123456); in _money_put_get2()
80 str_res = ostr.str(); in _money_put_get2()
176 ostr.str( "" ); in _money_put_get2()
177 ostr.clear(); in _money_put_get2()
178 fmg.get(istr, istreambuf_iterator<char, char_traits<char> >(), true, ostr, err, digits); in _money_put_get2()
184 ostr.str(""); in _money_put_get2()
192 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', -123456); in _money_put_get2()
195 str_res = ostr.str(); in _money_put_get2()
261 fmg.get(istr, istreambuf_iterator<char, char_traits<char> >(), false, ostr, err, val); in _money_put_get2()
285 ostringstream ostr; in _money_put_X_bug() local
286 ostr.imbue(loc); in _money_put_X_bug()
287 ostr << showbase; in _money_put_X_bug()
297 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 9); in _money_put_X_bug()
300 str_res = ostr.str(); in _money_put_X_bug()
351 ostr.str(""); in _money_put_X_bug()
359 ostreambuf_iterator<char, char_traits<char> > res = fmp.put(ostr, false, ostr, ' ', 90); in _money_put_X_bug()
362 str_res = ostr.str(); in _money_put_X_bug()