Home
last modified time | relevance | path

Searched defs:do_decimal_point (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Dlocale-specific_form.pass.cpp114 char do_decimal_point() const override { return '#'; } do_decimal_point() function
125 wchar_t do_decimal_point() const override { return L'#'; } do_decimal_point() function
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/
H A Dlocale-specific_form.pass.cpp54 char do_decimal_point() const override { return '#'; } do_decimal_point() function
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A Dget_double.pass.cpp42 virtual char_type do_decimal_point() const {return ';';} in do_decimal_point() function in my_numpunct
/llvm-project/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_double.hex.pass.cpp47 virtual char_type do_decimal_point() const {return ';';} do_decimal_point() function in my_numpunct
H A Dput_long_double.hex.pass.cpp47 virtual char_type do_decimal_point() const {return ';';} do_decimal_point() function in my_numpunct
H A Dput_double.pass.cpp42 virtual char_type do_decimal_point() const {return ';';} in do_decimal_point() function in my_numpunct
H A Dput_long_double.pass.cpp43 virtual char_type do_decimal_point() const {return ';';} in do_decimal_point() function in my_numpunct
/llvm-project/libcxx/src/
H A Dlocale.cpp4021 char numpunct< char >::do_decimal_point() const { return __decimal_point_; } do_decimal_point() function in numpunct
4023 wchar_t numpunct<wchar_t>::do_decimal_point() const { return __decimal_point_; } do_decimal_point() function in numpunct