Searched defs:do_thousands_sep (Results 1 - 25 of 67) sorted by relevance

123

/prebuilts/ndk/current/sources/cxx-stl/stlport/src/
H A Dnumpunct.cpp27 char numpunct<char>::do_thousands_sep() const { return ','; } function in class:numpunct
35 wchar_t numpunct<wchar_t>::do_thousands_sep() const { return L','; } function in class:numpunct
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
H A Dnumpunct.cpp27 char numpunct<char>::do_thousands_sep() const { return ','; } function in class:numpunct
35 wchar_t numpunct<wchar_t>::do_thousands_sep() const { return L','; } function in class:numpunct
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
H A Dnumpunct.cpp27 char numpunct<char>::do_thousands_sep() const { return ','; } function in class:numpunct
35 wchar_t numpunct<wchar_t>::do_thousands_sep() const { return L','; } function in class:numpunct
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dput_long_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dput_unsigned_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dput_unsigned_long_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A Dget_double.pass.cpp46 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_long_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_unsigned_int.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_unsigned_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_unsigned_long_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_unsigned_short.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
H A Dput_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dput_long_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dput_unsigned_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dput_unsigned_long_long.pass.cpp39 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A Dget_double.pass.cpp46 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_long_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_unsigned_int.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_unsigned_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_unsigned_long_long.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct
H A Dget_unsigned_short.pass.cpp40 virtual char_type do_thousands_sep() const {return '_';} function in class:my_numpunct

Completed in 376 milliseconds

123