Searched refs:ref_monetary (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | locale_test.h | 8 struct ref_monetary; 84 static const ref_monetary* _get_ref_monetary(size_t); 85 static const char* _get_ref_monetary_name(const ref_monetary*); 87 void _money_put_get( const STD locale&, const ref_monetary* ); 88 void _money_put_get2( const STD locale& loc, const STD locale& streamLoc, const ref_monetary* ); 89 void _money_put_X_bug( const STD locale&, const ref_monetary* );
|
D | money_facets_test.cpp | 12 struct ref_monetary { struct 22 static const ref_monetary tested_locales[] = { argument 39 const ref_monetary* LocaleTest::_get_ref_monetary(size_t i) in _get_ref_monetary() 47 const char* LocaleTest::_get_ref_monetary_name(const ref_monetary* _ref) in _get_ref_monetary_name() 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl ) in _money_put_get() 57 void LocaleTest::_money_put_get2( const locale& loc, const locale& streamLoc, const ref_monetary* p… in _money_put_get2() 59 const ref_monetary &rl = *prl; in _money_put_get2() 279 void LocaleTest::_money_put_X_bug( const locale& loc, const ref_monetary* prl ) in _money_put_X_bug() 281 const ref_monetary &rl = *prl; in _money_put_X_bug() 417 typedef void (LocaleTest::*_Test) (const locale&, const ref_monetary*);
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | locale_test.h | 8 struct ref_monetary; 84 static const ref_monetary* _get_ref_monetary(size_t); 85 static const char* _get_ref_monetary_name(const ref_monetary*); 87 void _money_put_get( const STD locale&, const ref_monetary* ); 88 void _money_put_get2( const STD locale& loc, const STD locale& streamLoc, const ref_monetary* ); 89 void _money_put_X_bug( const STD locale&, const ref_monetary* );
|
D | money_facets_test.cpp | 12 struct ref_monetary { struct 22 static const ref_monetary tested_locales[] = { argument 39 const ref_monetary* LocaleTest::_get_ref_monetary(size_t i) in _get_ref_monetary() 47 const char* LocaleTest::_get_ref_monetary_name(const ref_monetary* _ref) in _get_ref_monetary_name() 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl ) in _money_put_get() 57 void LocaleTest::_money_put_get2( const locale& loc, const locale& streamLoc, const ref_monetary* p… in _money_put_get2() 59 const ref_monetary &rl = *prl; in _money_put_get2() 279 void LocaleTest::_money_put_X_bug( const locale& loc, const ref_monetary* prl ) in _money_put_X_bug() 281 const ref_monetary &rl = *prl; in _money_put_X_bug() 417 typedef void (LocaleTest::*_Test) (const locale&, const ref_monetary*);
|