Searched refs:__thousands_sep_ (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | win32.h | 53 __thousands_sep_ = __lc_input->thousands_sep; in __lconv_storage() 64 __lc_.thousands_sep = const_cast<char*>(__thousands_sep_.c_str()); in __lconv_storage() 80 std::string __thousands_sep_; variable
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | locale.cpp | 4009 …char>::numpunct(size_t refs) : locale::facet(refs), __decimal_point_('.'), __thousands_sep_(',') {} in numpunct() 4012 …_t>::numpunct(size_t refs) : locale::facet(refs), __decimal_point_(L'.'), __thousands_sep_(L',') {} in numpunct() 4026 char numpunct< char >::do_thousands_sep() const { return __thousands_sep_; } in do_thousands_sep() 4028 wchar_t numpunct<wchar_t>::do_thousands_sep() const { return __thousands_sep_; } in do_thousands_sep() 4068 if (!checked_string_to_char_convert(__thousands_sep_, lc->thousands_sep, loc.get())) in __init() 4069 __thousands_sep_ = base::do_thousands_sep(); in __init() 4098 checked_string_to_wchar_convert(__thousands_sep_, lc->thousands_sep, loc.get()); in __init() 5434 if (!checked_string_to_char_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init() 5435 __thousands_sep_ = base::do_thousands_sep(); in init() 5469 if (!checked_string_to_char_convert(__thousands_sep_, lc->mon_thousands_sep, loc.get())) in init() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __locale | 1437 char_type __thousands_sep_; 1467 char_type __thousands_sep_;
|
H A D | locale | 2299 char_type do_thousands_sep() const override { return __thousands_sep_; } 2310 char_type __thousands_sep_;
|