Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_numpunct.h56 char decimal_point() const { return do_decimal_point(); } in decimal_point()
67 virtual char do_decimal_point() const;
85 wchar_t decimal_point() const { return do_decimal_point(); } in decimal_point()
96 virtual wchar_t do_decimal_point() const;
118 virtual char do_decimal_point() const;
149 virtual wchar_t do_decimal_point() const;
D_monetary.h92 char decimal_point() const { return do_decimal_point(); } in decimal_point()
111 virtual char do_decimal_point() const;
132 char decimal_point() const { return do_decimal_point(); } in decimal_point()
151 virtual char do_decimal_point() const;
173 wchar_t decimal_point() const { return do_decimal_point(); } in decimal_point()
192 virtual wchar_t do_decimal_point() const;
212 wchar_t decimal_point() const { return do_decimal_point(); } in decimal_point()
231 virtual wchar_t do_decimal_point() const;
260 virtual char do_decimal_point() const;
293 virtual char do_decimal_point() const;
[all …]
/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/include/
D__locale1377 _LIBCPP_ALWAYS_INLINE char_type decimal_point() const {return do_decimal_point();}
1387 virtual char_type do_decimal_point() const;
1408 _LIBCPP_ALWAYS_INLINE char_type decimal_point() const {return do_decimal_point();}
1418 virtual char_type do_decimal_point() const;
Dlocale2744 _LIBCPP_ALWAYS_INLINE char_type decimal_point() const {return do_decimal_point();}
2761 virtual char_type do_decimal_point() const {return numeric_limits<char_type>::max();}
2810 virtual char_type do_decimal_point() const {return __decimal_point_;}
/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
5939 __decimal_point_ = base::do_decimal_point(); in init()
5992 __decimal_point_ = base::do_decimal_point(); in init()
6062 __decimal_point_ = base::do_decimal_point(); in init()
6150 __decimal_point_ = base::do_decimal_point(); in init()
/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