Searched refs:do_thousands_sep (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/char/
H A D6.cc28 char_type do_thousands_sep() const { return ','; } function in struct:My_money_io_2
H A D5.cc29 char_type do_thousands_sep() const { return ','; } function in struct:My_money_io
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_put/put/wchar_t/
H A D6.cc28 char_type do_thousands_sep() const { return L','; } function in struct:My_money_io_2
H A D5.cc29 char_type do_thousands_sep() const { return L','; } function in struct:My_money_io
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/basefield/char/
H A D1.cc29 char do_thousands_sep() const;
40 MyNP::do_thousands_sep() const function in class:MyNP
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/char/
H A D11.cc27 char do_thousands_sep() const { return '2'; } function in struct:Punct1
34 char do_thousands_sep() const { return '2'; } function in struct:Punct2
H A D15.cc29 char do_thousands_sep() const { return '+'; } function in struct:Punct1
H A D12.cc29 char do_thousands_sep() const { return '+'; } function in struct:Punct1
36 char do_thousands_sep() const { return 'X'; } function in struct:Punct2
H A D22131.cc29 char do_thousands_sep() const { return '#'; } function in struct:Punct
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D11.cc27 wchar_t do_thousands_sep() const { return L'2'; } function in struct:Punct1
34 wchar_t do_thousands_sep() const { return L'2'; } function in struct:Punct2
H A D15.cc29 wchar_t do_thousands_sep() const { return L'+'; } function in struct:Punct1
H A D12.cc29 wchar_t do_thousands_sep() const { return L'+'; } function in struct:Punct1
36 wchar_t do_thousands_sep() const { return L'X'; } function in struct:Punct2
H A D22131.cc29 wchar_t do_thousands_sep() const { return L'#'; } function in struct:Punct
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/basefield/wchar_t/
H A D1.cc27 wchar_t do_thousands_sep() const;
38 MyNP::do_thousands_sep() const function in class:MyNP
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/wchar_t/
H A D22131.cc29 char_type do_thousands_sep() const { return L'#'; } function in struct:My_money_io
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/money_get/get/char/
H A D22131.cc29 char_type do_thousands_sep() const { return '#'; } function in struct:My_money_io
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/
H A Dtestsuite_character.h435 { return this->do_thousands_sep(); }
458 do_thousands_sep() const function in class:std::numpunct
496 { return this->do_thousands_sep(); }
535 do_thousands_sep() const function in class:std::moneypunct
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D1.cc114 do_thousands_sep() const function in class:testpunct
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D1.cc115 do_thousands_sep() const function in class:testpunct
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dlocale_facets_nonio.h1101 * moneypunct<char_type>::do_thousands_sep().
1107 { return this->do_thousands_sep(); }
1269 do_thousands_sep() const function in class:moneypunct
H A Dlocale_facets.h1740 * numpunct<char_type>::do_thousands_sep().
1746 { return this->do_thousands_sep(); }
1831 do_thousands_sep() const function in class:numpunct

Completed in 60 milliseconds