Home
last modified time | relevance | path

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

/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_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dget_unsigned_long.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_short.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/tests/device/test-gnustl-full/unit/
Dnum_put_get_test.cpp1218 char do_thousands_sep() const { return ','; } in do_thousands_sep() function in CommaSepNumPunct
/ndk/tests/device/test-stlport/unit/
Dnum_put_get_test.cpp1220 char do_thousands_sep() const { return ','; } in do_thousands_sep() function in CommaSepNumPunct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_unsigned_long_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dput_long_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_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/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