Home | History | Annotate | Download | only in unit

Lines Matching defs:ostr

33     ostringstream ostr;
34 ostr.imbue(loc);
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
54 istringstream istr( ostr.str() );
115 wostringstream ostr;
116 ostr.imbue(loc);
119 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
137 wistringstream istr( ostr.str() );