Lines Matching refs:rl
52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl ) in _money_put_get() argument
54 _money_put_get2(loc, loc, rl); in _money_put_get()
59 const ref_monetary &rl = *prl; in _money_put_get2() local
103 string::size_type p = strlen( rl.money_int_prefix ); in _money_put_get2()
106 string::size_type p_old = strlen( rl.money_int_prefix_old ); 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()
135 … CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep ); in _money_put_get2()
141 … CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point ); in _money_put_get2()
207 string::size_type p = strlen( rl.money_prefix ); 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()
281 const ref_monetary &rl = *prl; in _money_put_X_bug() local
311 string::size_type p = strlen( rl.money_prefix ); 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()
373 string::size_type p = strlen( rl.money_prefix ); 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()