Lines Matching refs:moneypunct
74 CPPUNIT_ASSERT( (has_facet<moneypunct<char, true> >(loc)) ); in _money_put_get2()
75 moneypunct<char, true> const& intl_fmp = use_facet<moneypunct<char, true> >(loc); in _money_put_get2()
187 CPPUNIT_ASSERT( (has_facet<moneypunct<char, false> >(loc)) ); in _money_put_get2()
188 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc); in _money_put_get2()
292 CPPUNIT_ASSERT( (has_facet<moneypunct<char, false> >(loc)) ); in _money_put_X_bug()
293 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc); in _money_put_X_bug()
354 CPPUNIT_ASSERT( (has_facet<moneypunct<char, false> >(loc)) ); in _money_put_X_bug()
355 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc); in _money_put_X_bug()
539 moneypunct<char, false> const& cfacet_byname = use_facet<moneypunct<char, false> >(loc); in moneypunct_by_name()
540 moneypunct<char, false> const& cfacet = use_facet<moneypunct<char, false> >(locale::classic()); in moneypunct_by_name()
568 moneypunct<char, true> const& cfacet_byname = use_facet<moneypunct<char, true> >(loc); in moneypunct_by_name()
569 moneypunct<char, true> const& cfacet = use_facet<moneypunct<char, true> >(locale::classic()); in moneypunct_by_name()