Home
last modified time | relevance | path

Searched refs:testpunct (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_arith.cc145 class testpunct : public numpunct<_CharT> class
152 testpunct(char_type decimal_char) : numpunct<_CharT>(), dchar(decimal_char) in testpunct() function in testpunct
205 testpunct<char>* __tp = new testpunct<char>(tc.decimal); in test01()
218 testpunct<char>* __tp = new testpunct<char>(tc.decimal); in test01()
232 testpunct<wchar_t>* __tp = new testpunct<wchar_t>(tc.decimal); in test01()
242 testpunct<wchar_t>* __tp = new testpunct<wchar_t>(tc.decimal); in test01()