HomeSort by relevance Sort by last modified time
    Searched refs:str_res (Results 1 - 3 of 3) sorted by null

  /external/stlport/test/unit/
money_facets_test.cpp 71 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[index++] == '3' )
189 string str_res; local
294 string str_res; local
356 string str_res; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 71 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[index++] == '3' )
189 string str_res; local
294 string str_res; local
356 string str_res; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 71 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[index++] == '3' )
189 string str_res; local
294 string str_res; local
356 string str_res; local
    [all...]

Completed in 49 milliseconds