Home
last modified time | relevance | path

Searched refs:use_facet (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h231 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 …]
/freebsd/contrib/llvm-project/libcxx/include/
H A D__locale48 _LIBCPP_HIDE_FROM_ABI const _Facet& use_facet(const locale&);
109 const facet* use_facet(id&) const;
114 friend const _Facet& use_facet(const locale&);
158 return locale(*this, &const_cast<_Facet&>(std::use_facet<_Facet>(__other)));
167 inline _LIBCPP_HIDE_FROM_ABI const _Facet& use_facet(const locale& __l) {
168 return static_cast<const _Facet&>(*__l.use_facet(_Facet::id));
290 return std::use_facet<std::collate<_CharT> >(*this).compare(
662 return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c);
667 return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c);
672 return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c);
[all …]
H A Dlocale66 template <class Facet> const Facet& use_facet(const locale&);
422 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc);
445 use_facet<ctype<_Tp> >(__loc).widen(__src, __src + __int_chr_cnt, __atoms);
461 std::use_facet<ctype<_CharT> >(__loc).widen(__src, __src + __int_chr_cnt, __atoms);
462 const numpunct<_CharT>& __np = std::use_facet<numpunct<_CharT> >(__loc);
472 std::use_facet<ctype<_CharT> >(__loc).widen(__src, __src + __fp_chr_cnt, __atoms);
473 const numpunct<_CharT>& __np = std::use_facet<numpunct<_CharT> >(__loc);
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())
[all …]
H A Diomanip242 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 Distream321 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 Dios684 return std::use_facet<ctype<char_type> >(getloc()).narrow(__c, __dfault);
689 return std::use_facet<ctype<char_type> >(getloc()).widen(__c);
H A Dfstream418 __cv_ = &std::use_facet<codecvt<char_type, char, state_type> >(this->getloc());
1021 __cv_ = &std::use_facet<codecvt<char_type, char, state_type> >(__loc);
H A Dregex1106 __ct_ = &std::use_facet<ctype<char_type> >(__loc_);
1107 __col_ = &std::use_facet<collate<char_type> >(__loc_);
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h85 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc); in __stdinbuf()
279 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
379 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc); in overflow()
H A Dlocale.cpp143 const locale::facet* use_facet(long id) const;
364 install(const_cast<F*>(static_cast<const F*>(one.use_facet(id))), id); in install_from()
483 const locale::facet* locale::__imp::use_facet(long id) const { in use_facet() function in locale::__imp
579 const locale::facet* locale::use_facet(id& x) const { return __locale_->use_facet(x.__get()); } in use_facet() function in locale
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dlocale.inc15 using std::use_facet;
H A Dlocale.cppm
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h302 const auto& __np = std::use_facet<numpunct<_CharT>>(__ctx.locale()); in __format_integer()
427 const auto& __np = std::use_facet<numpunct<_CharT>>(__ctx.locale());
H A Dformatter_floating_point.h502 const auto& __np = std::use_facet<numpunct<_CharT>>(__loc);
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h89 __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/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3058 SYMBOL(use_facet, std::, <locale>)