Home
last modified time | relevance | path

Searched defs:do_thousands_sep (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dios_manip_basefield.cc42 char MyNP::do_thousands_sep() const { return ' '; } in do_thousands_sep() function in MyNP
Dostream_inserter_arith.cc161 do_thousands_sep() const in do_thousands_sep() function in testpunct
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dmoney_put_members_wchar_t.cc309 char_type do_thousands_sep() const { return L','; } in do_thousands_sep() function
346 char_type do_thousands_sep() const { return L','; } in do_thousands_sep() function
Dmoney_put_members_char.cc309 char_type do_thousands_sep() const { return ','; } in do_thousands_sep() function
346 char_type do_thousands_sep() const { return ','; } in do_thousands_sep() function
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dlocale_facets.h643 do_thousands_sep() const in do_thousands_sep() function
1570 do_thousands_sep() const in do_thousands_sep() function
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dlocale_facets.h1826 do_thousands_sep() const in do_thousands_sep() function
3859 do_thousands_sep() const in do_thousands_sep() function
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp4677 char numpunct< char >::do_thousands_sep() const {return __thousands_sep_;} in do_thousands_sep() function in numpunct
4679 wchar_t numpunct<wchar_t>::do_thousands_sep() const {return __thousands_sep_;} in do_thousands_sep() function in numpunct