OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fostr
(Results
1 - 2
of
2
) sorted by null
/external/stlport/test/unit/
num_facets_test.cpp
41
ostringstream
fostr
;
local
42
fostr
.imbue(loc);
43
fostr
<< val;
52
//cout << "In " << loc.name() << " 1234.56 is written: " <<
fostr
.str() << endl;
53
CPPUNIT_ASSERT(
fostr
.str() == ref );
62
fostr
.str("");
63
fostr
<< val;
64
CPPUNIT_ASSERT(
fostr
.str() == ref );
67
fostr
.str("");
68
fostr
<< val
[
all
...]
/ndk/sources/android/stlport/test/unit/
num_facets_test.cpp
41
ostringstream
fostr
;
local
42
fostr
.imbue(loc);
43
fostr
<< val;
52
//cout << "In " << loc.name() << " 1234.56 is written: " <<
fostr
.str() << endl;
53
CPPUNIT_ASSERT(
fostr
.str() == ref );
62
fostr
.str("");
63
fostr
<< val;
64
CPPUNIT_ASSERT(
fostr
.str() == ref );
67
fostr
.str("");
68
fostr
<< val
[
all
...]
Completed in 853 milliseconds