Home
last modified time | relevance | path

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

/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
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_unsigned_long.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
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Dput_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_unsigned_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_double.pass.cpp44 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
Dput_long_double.pass.cpp49 virtual char_type do_thousands_sep() const {return '_';} in do_thousands_sep() function in my_numpunct
/external/libcxx/src/
Dlocale.cpp4272 char numpunct< char >::do_thousands_sep() const {return __thousands_sep_;} in do_thousands_sep() function in numpunct
4273 wchar_t numpunct<wchar_t>::do_thousands_sep() const {return __thousands_sep_;} in do_thousands_sep() function in numpunct