Lines Matching refs:substr
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()
202 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.negative_sign().size()) == dom_fmp.negative_sign() ); in _money_put_get2()
209 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix ); in _money_put_get2()
246 CPPUNIT_ASSERT( str_res.substr(index, strlen(rl.money_suffix)) == rl.money_suffix ); in _money_put_get2()
306 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.positive_sign().size()) == dom_fmp.positive_sign() ); in _money_put_X_bug()
313 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix ); in _money_put_X_bug()
345 CPPUNIT_ASSERT( str_res.substr(index, strlen(rl.money_suffix)) == rl.money_suffix ); in _money_put_X_bug()
368 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.positive_sign().size()) == dom_fmp.positive_sign() ); in _money_put_X_bug()
375 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix ); in _money_put_X_bug()
410 CPPUNIT_ASSERT( str_res.substr(index, strlen(rl.money_suffix)) == rl.money_suffix ); in _money_put_X_bug()