Home
last modified time | relevance | path

Searched refs:fostr (Results 1 – 1 of 1) sorted by relevance

/external/stlport/test/unit/
Dnum_facets_test.cpp41 ostringstream fostr; in _num_put_get() local
42 fostr.imbue(loc); in _num_put_get()
43 fostr << val; in _num_put_get()
53 CPPUNIT_ASSERT( fostr.str() == ref ); in _num_put_get()
62 fostr.str(""); in _num_put_get()
63 fostr << val; in _num_put_get()
64 CPPUNIT_ASSERT( fostr.str() == ref ); in _num_put_get()
67 fostr.str(""); in _num_put_get()
68 fostr << val; in _num_put_get()
71 CPPUNIT_ASSERT( fostr.str() == string("1e+") + digits ); in _num_put_get()
[all …]