Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dnumpunct.cpp26 char numpunct<char>::do_decimal_point() const {return '.';} in do_decimal_point() function in numpunct
34 wchar_t numpunct<wchar_t>::do_decimal_point() const { return L'.'; } in do_decimal_point() function in numpunct
Dmonetary.cpp52 char moneypunct<char, true>::do_decimal_point() const {return ' ';} in do_decimal_point() function in moneypunct
66 char moneypunct<char, false>::do_decimal_point() const {return ' ';} in do_decimal_point() function in moneypunct
82 wchar_t moneypunct<wchar_t, true>::do_decimal_point() const {return L' ';} in do_decimal_point() function in moneypunct
102 wchar_t moneypunct<wchar_t, false>::do_decimal_point() const {return L' ';} in do_decimal_point() function in moneypunct
Dfacets_byname.cpp445 char numpunct_byname<char>::do_decimal_point() const in do_decimal_point() function in numpunct_byname
486 wchar_t numpunct_byname<wchar_t>::do_decimal_point() const in do_decimal_point() function in numpunct_byname
884 char moneypunct_byname<char, true>::do_decimal_point() const in do_decimal_point() function in moneypunct_byname
928 char moneypunct_byname<char, false>::do_decimal_point() const in do_decimal_point() function in moneypunct_byname
977 wchar_t moneypunct_byname<wchar_t, true>::do_decimal_point() const in do_decimal_point() function in moneypunct_byname
1033 wchar_t moneypunct_byname<wchar_t, false>::do_decimal_point() const in do_decimal_point() function in moneypunct_byname
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
Dget_double.pass.cpp45 virtual char_type do_decimal_point() const {return ';';} in do_decimal_point() function in my_numpunct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp4273 char numpunct< char >::do_decimal_point() const {return __decimal_point_;} in do_decimal_point() function in numpunct
4274 wchar_t numpunct<wchar_t>::do_decimal_point() const {return __decimal_point_;} in do_decimal_point() function in numpunct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_double.pass.cpp40 virtual char_type do_decimal_point() const {return ';';} in do_decimal_point() function in my_numpunct
Dput_long_double.pass.cpp40 virtual char_type do_decimal_point() const {return ';';} in do_decimal_point() function in my_numpunct