/freebsd/contrib/llvm-project/libcxx/include/__chrono/ |
H A D | ostream.h | 51 return __os << std::format(__os.getloc(), _LIBCPP_STATICALLY_WIDEN(_CharT, "{:L%F %T}"), __tp); 63 return __os << std::format(__os.getloc(), _LIBCPP_STATICALLY_WIDEN(_CharT, "{:L%F %T}"), __tp); 131 __s.imbue(__os.getloc()); 152 …return __os << (__m.ok() ? std::format(__os.getloc(), _LIBCPP_STATICALLY_WIDEN(_CharT, "{:L%b}"), … 153 : std::format(__os.getloc(), 168 …return __os << (__wd.ok() ? std::format(__os.getloc(), _LIBCPP_STATICALLY_WIDEN(_CharT, "{:L%a}"),… 169 … : std::format(__os.getloc(), // TODO FMT Standard mandated locale isn't used. 179 … ? std::format(__os.getloc(), _LIBCPP_STATICALLY_WIDEN(_CharT, "{:L}[{}]"), __wdi.weekday(), __i) 180 : std::format(__os.getloc(), 189 …return __os << std::format(__os.getloc(), _LIBCPP_STATICALLY_WIDEN(_CharT, "{:L}[last]"), __wdl.we… [all …]
|
H A D | formatter.h | 89 __sstr << std::use_facet<numpunct<_CharT>>(__sstr.getloc()).decimal_point(); in __format_sub_seconds() 129 __sstr << std::use_facet<numpunct<_CharT>>(__sstr.getloc()).decimal_point(); in __format_sub_seconds() 246 const auto& __facet = std::use_facet<time_put<_CharT>>(__sstr.getloc()); in __format_chrono_using_chrono_specs()
|
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | basic_ostream.h | 231 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); 252 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); 278 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); 299 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); 325 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); 345 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); 365 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); 385 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); 405 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); 425 const _Fp& __f = std::use_facet<_Fp>(this->getloc()); [all …]
|
H A D | print.h | 45 string __o = std::vformat(__os.getloc(), __fmt, __args); in __vprint_nonunicode()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | iomanip | 242 const _Fp& __mf = std::use_facet<_Fp>(__is.getloc()); 290 const _Fp& __mf = std::use_facet<_Fp>(__os.getloc()); 339 const _Fp& __tf = std::use_facet<_Fp>(__is.getloc()); 387 const _Fp& __tf = std::use_facet<_Fp>(__os.getloc());
|
H A D | ios | 86 locale getloc() const; 317 locale getloc() const; 675 locale __r = getloc(); 684 return std::use_facet<ctype<char_type> >(getloc()).narrow(__c, __dfault); 689 return std::use_facet<ctype<char_type> >(getloc()).widen(__c);
|
H A D | istream | 321 const ctype<_CharT>& __ct = std::use_facet<ctype<_CharT> >(__is.getloc()); 361 std::use_facet<_Fp>(__is.getloc()).get(_Ip(__is), _Ip(), __is, __state, __n); 443 std::use_facet<_Fp>(__is.getloc()).get(_Ip(__is), _Ip(), __is, __state, __temp); 487 const ctype<_CharT>& __ct = std::use_facet<ctype<_CharT> >(__is.getloc()); 1123 const ctype<_CharT>& __ct = std::use_facet<ctype<_CharT> >(__is.getloc()); 1220 const ctype<_CharT>& __ct = std::use_facet<ctype<_CharT> >(__is.getloc()); 1322 const ctype<_CharT>& __ct = std::use_facet<ctype<_CharT> >(__is.getloc());
|
H A D | locale | 421 locale __loc = __iob.getloc(); 444 locale __loc = __iob.getloc(); 460 locale __loc = __iob.getloc(); 471 locale __loc = __iob.getloc(); 841 const ctype<_CharT>& __ct = std::use_facet<ctype<_CharT> >(__iob.getloc()); 842 const numpunct<_CharT>& __np = std::use_facet<numpunct<_CharT> >(__iob.getloc()); 1029 std::use_facet<ctype<_CharT> >(__iob.getloc()) 1313 const numpunct<char_type>& __np = std::use_facet<numpunct<char_type> >(__iob.getloc()); 1347 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc()); 1420 this->__widen_and_group_float(__nb, __np, __ne, __ob, __op, __oe, __iob.getloc()); [all …]
|
H A D | streambuf | 34 locale getloc() const; 153 inline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 locale getloc() const { return __loc_; }
|
H A D | sstream | 556 this->pubimbue(__rhs.getloc()); 598 this->pubimbue(__rhs.getloc()); 669 locale __tl = __rhs.getloc(); 670 __rhs.pubimbue(this->getloc());
|
H A D | fstream | 417 if (std::has_facet<codecvt<char_type, char, state_type> >(this->getloc())) { 418 __cv_ = &std::use_facet<codecvt<char_type, char, state_type> >(this->getloc());
|
H A D | regex | 122 locale_type getloc()const; 191 locale_type getloc() const; 1050 _LIBCPP_HIDE_FROM_ABI locale_type getloc() const { return __loc_; } 2075 __might_have_digraph_(__traits_.getloc().name() != "C") {} 2418 _LIBCPP_HIDE_FROM_ABI locale_type getloc() const { return __traits_.getloc(); }
|
H A D | complex | 1379 __s.imbue(__os.getloc());
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | std_stream.h | 74 imbue(this->getloc()); 279 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
|
H A D | ios.cpp | 113 locale ios_base::getloc() const { in getloc() function in ios_base
|