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

/external/stlport/test/unit/
H A Dmoney_facets_test.cpp71 string str_res; local
80 str_res = ostr.str();
81 //CPPUNIT_MESSAGE(str_res.c_str());
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) );
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) {
133 CPPUNIT_ASSERT( str_res[index++] == '1' );
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
137 CPPUNIT_ASSERT( str_res[index++] == '2' );
138 CPPUNIT_ASSERT( str_res[inde
189 string str_res; local
294 string str_res; local
356 string str_res; local
[all...]

Completed in 126 milliseconds