Home
last modified time | relevance | path

Searched refs:do_thousands_sep (Results 1 – 23 of 23) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_numpunct.h57 char thousands_sep() const { return do_thousands_sep(); } in thousands_sep()
68 virtual char do_thousands_sep() const;
86 wchar_t thousands_sep() const { return do_thousands_sep(); } in thousands_sep()
97 virtual wchar_t do_thousands_sep() const;
119 virtual char do_thousands_sep() const;
150 virtual wchar_t do_thousands_sep() const;
D_monetary.h93 char thousands_sep() const { return do_thousands_sep(); } in thousands_sep()
112 virtual char do_thousands_sep() const;
133 char thousands_sep() const { return do_thousands_sep(); } in thousands_sep()
152 virtual char do_thousands_sep() const;
174 wchar_t thousands_sep() const { return do_thousands_sep(); } in thousands_sep()
193 virtual wchar_t do_thousands_sep() const;
213 wchar_t thousands_sep() const { return do_thousands_sep(); } in thousands_sep()
232 virtual wchar_t do_thousands_sep() const;
261 virtual char do_thousands_sep() const;
294 virtual char do_thousands_sep() const;
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dnumpunct.cpp27 char numpunct<char>::do_thousands_sep() const { return ','; } in do_thousands_sep() function in numpunct
35 wchar_t numpunct<wchar_t>::do_thousands_sep() const { return L','; } in do_thousands_sep() function in numpunct
Dmonetary.cpp53 char moneypunct<char, true>::do_thousands_sep() const {return ' ';} in do_thousands_sep() function in moneypunct
67 char moneypunct<char, false>::do_thousands_sep() const {return ' ';} in do_thousands_sep() function in moneypunct
83 wchar_t moneypunct<wchar_t, true>::do_thousands_sep() const {return L' ';} in do_thousands_sep() function in moneypunct
103 wchar_t moneypunct<wchar_t, false>::do_thousands_sep() const {return L' ';} in do_thousands_sep() function in moneypunct
Dfacets_byname.cpp448 char numpunct_byname<char>::do_thousands_sep() const in do_thousands_sep() function in numpunct_byname
489 wchar_t numpunct_byname<wchar_t>::do_thousands_sep() const in do_thousands_sep() function in numpunct_byname
887 char moneypunct_byname<char, true>::do_thousands_sep() const in do_thousands_sep() function in moneypunct_byname
931 char moneypunct_byname<char, false>::do_thousands_sep() const in do_thousands_sep() function in moneypunct_byname
980 wchar_t moneypunct_byname<wchar_t, true>::do_thousands_sep() const in do_thousands_sep() function in moneypunct_byname
1036 wchar_t moneypunct_byname<wchar_t, false>::do_thousands_sep() const in do_thousands_sep() 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_unsigned_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dget_unsigned_short.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dget_unsigned_int.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dget_unsigned_long_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dget_long_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dget_double.pass.cpp46 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dget_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_long_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dput_unsigned_long_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dput_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dput_unsigned_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dput_double.pass.cpp41 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dput_long_double.pass.cpp41 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__locale1378 _LIBCPP_ALWAYS_INLINE char_type thousands_sep() const {return do_thousands_sep();}
1388 virtual char_type do_thousands_sep() const;
1409 _LIBCPP_ALWAYS_INLINE char_type thousands_sep() const {return do_thousands_sep();}
1419 virtual char_type do_thousands_sep() const;
Dlocale2745 _LIBCPP_ALWAYS_INLINE char_type thousands_sep() const {return do_thousands_sep();}
2762 virtual char_type do_thousands_sep() const {return numeric_limits<char_type>::max();}
2811 virtual char_type do_thousands_sep() const {return __thousands_sep_;}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp4276 char numpunct< char >::do_thousands_sep() const {return __thousands_sep_;} in do_thousands_sep() function in numpunct
4277 wchar_t numpunct<wchar_t>::do_thousands_sep() const {return __thousands_sep_;} in do_thousands_sep() function in numpunct
5943 __thousands_sep_ = base::do_thousands_sep(); in init()
5996 __thousands_sep_ = base::do_thousands_sep(); in init()
6066 __thousands_sep_ = base::do_thousands_sep(); in init()
6154 __thousands_sep_ = base::do_thousands_sep(); in init()
/ndk/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp1226 char do_thousands_sep() const { return ','; } in do_thousands_sep() function in CommaSepNumPunct
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp1228 char do_thousands_sep() const { return ','; } in do_thousands_sep() function in CommaSepNumPunct