Home
last modified time | relevance | path

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

/ndk/tests/device/test-gnustl-full/unit/
Dmoney_facets_test.cpp71 string str_res; in _money_put_get2() local
80 str_res = ostr.str(); in _money_put_get2()
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) || in _money_put_get2()
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) ); in _money_put_get2()
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) { in _money_put_get2()
133 CPPUNIT_ASSERT( str_res[index++] == '1' ); in _money_put_get2()
135 … CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep ); in _money_put_get2()
137 CPPUNIT_ASSERT( str_res[index++] == '2' ); in _money_put_get2()
138 CPPUNIT_ASSERT( str_res[index++] == '3' ); in _money_put_get2()
139 CPPUNIT_ASSERT( str_res[index++] == '4' ); in _money_put_get2()
[all …]
/ndk/tests/device/test-stlport/unit/
Dmoney_facets_test.cpp71 string str_res; in _money_put_get2() local
80 str_res = ostr.str(); in _money_put_get2()
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) || in _money_put_get2()
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) ); in _money_put_get2()
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) { in _money_put_get2()
133 CPPUNIT_ASSERT( str_res[index++] == '1' ); in _money_put_get2()
135 … CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep ); in _money_put_get2()
137 CPPUNIT_ASSERT( str_res[index++] == '2' ); in _money_put_get2()
138 CPPUNIT_ASSERT( str_res[index++] == '3' ); in _money_put_get2()
139 CPPUNIT_ASSERT( str_res[index++] == '4' ); in _money_put_get2()
[all …]