Searched refs:my_moneypunct (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D38399.cc24 class my_moneypunct : public std::moneypunct<char> class in inherits:std::moneypunct
37 locale loc(locale(), new my_moneypunct());
H A D39168.cc25 class my_moneypunct: public std::moneypunct<char> class in inherits:std::moneypunct
39 iss.imbue(locale(iss.getloc(), new my_moneypunct));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D38399.cc24 class my_moneypunct : public std::moneypunct<wchar_t> class in inherits:std::moneypunct
37 locale loc(locale(), new my_moneypunct());
H A D39168.cc25 class my_moneypunct: public std::moneypunct<wchar_t> class in inherits:std::moneypunct
39 iss.imbue(locale(iss.getloc(), new my_moneypunct));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D39168.cc25 class my_moneypunct: public std::moneypunct<char> class in inherits:std::moneypunct
38 oss.imbue(locale(oss.getloc(), new my_moneypunct));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D39168.cc25 class my_moneypunct: public std::moneypunct<wchar_t> class in inherits:std::moneypunct
38 oss.imbue(locale(oss.getloc(), new my_moneypunct));

Completed in 48 milliseconds