Home | History | Annotate | Download | only in unit

Lines Matching refs:LocaleTest

39 const ref_monetary* LocaleTest::_get_ref_monetary(size_t i)
47 const char* LocaleTest::_get_ref_monetary_name(const ref_monetary* _ref)
52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl )
57 void LocaleTest::_money_put_get2( const locale& loc, const locale& streamLoc, const ref_monetary* prl )
279 void LocaleTest::_money_put_X_bug( const locale& loc, const ref_monetary* prl )
417 typedef void (LocaleTest::*_Test) (const locale&, const ref_monetary*);
418 static void test_supported_locale(LocaleTest& inst, _Test __test) {
453 void LocaleTest::money_put_get()
454 { test_supported_locale(*this, &LocaleTest::_money_put_get); }
456 void LocaleTest::money_put_X_bug()
457 { test_supported_locale(*this, &LocaleTest::_money_put_X_bug); }
459 void LocaleTest::moneypunct_by_name()