Home
last modified time | relevance | path

Searched refs:getloc (Results 1 – 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/include/
HDostream383 const _Fp& __f = use_facet<_Fp>(this->getloc());
410 const _Fp& __f = use_facet<_Fp>(this->getloc());
439 const _Fp& __f = use_facet<_Fp>(this->getloc());
466 const _Fp& __f = use_facet<_Fp>(this->getloc());
495 const _Fp& __f = use_facet<_Fp>(this->getloc());
521 const _Fp& __f = use_facet<_Fp>(this->getloc());
547 const _Fp& __f = use_facet<_Fp>(this->getloc());
573 const _Fp& __f = use_facet<_Fp>(this->getloc());
599 const _Fp& __f = use_facet<_Fp>(this->getloc());
625 const _Fp& __f = use_facet<_Fp>(this->getloc());
[all …]
HDiomanip314 const _Fp& __mf = use_facet<_Fp>(__is.getloc());
373 const _Fp& __mf = use_facet<_Fp>(__os.getloc());
433 const _Fp& __tf = use_facet<_Fp>(__is.getloc());
493 const _Fp& __tf = use_facet<_Fp>(__os.getloc());
HDios85 locale getloc() const;
296 locale getloc() const;
758 locale __r = getloc();
770 return use_facet<ctype<char_type> >(getloc()).narrow(__c, __dfault);
778 return use_facet<ctype<char_type> >(getloc()).widen(__c);
HDlocale392 locale __loc = __iob.getloc();
411 locale __loc = __iob.getloc();
430 locale __loc = __iob.getloc();
443 locale __loc = __iob.getloc();
876 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__iob.getloc());
877 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__iob.getloc());
1068 use_facet<ctype<_CharT> >(__iob.getloc()).widen(__num_get_base::__src,
1428 const numpunct<char_type>& __np = use_facet<numpunct<char_type> >(__iob.getloc());
1462 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1489 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
[all …]
HD__std_stream76 imbue(this->getloc());
254 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
HDistream321 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
375 use_facet<_Fp>(__is.getloc()).get(_Ip(__is), _Ip(), __is, __state, __n);
485 use_facet<_Fp>(__is.getloc()).get(_Ip(__is), _Ip(), __is, __state, __temp);
545 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1349 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1469 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1602 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
HDstreambuf34 locale getloc() const;
149 locale getloc() const { return __loc_; }
HDsstream297 this->pubimbue(__rhs.getloc());
344 this->pubimbue(__rhs.getloc());
422 locale __tl = __rhs.getloc();
423 __rhs.pubimbue(this->getloc());
HDfstream305 if (has_facet<codecvt<char_type, char, state_type> >(this->getloc()))
307 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc());
HDregex120 locale_type getloc()const;
188 locale_type getloc() const;
1046 locale_type getloc()const {return __loc_;}
2249 __might_have_digraph_(__traits_.getloc().name() != "C") {}
2689 locale_type getloc() const {return __traits_.getloc();}
HDcomplex1446 __s.imbue(__os.getloc());
/freebsd-11-stable/contrib/libstdc++/include/bits/
Dbasic_ios.tcc104 _M_ios_locale = __rhs.getloc(); in copyfmt()
130 locale __old(this->getloc()); in imbue()
Distream.tcc808 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>()
851 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in ws()
892 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>()
Dios_base.h690 getloc() const { return _M_ios_locale; } in getloc() function
Dlocale_facets.tcc1772 const locale __loc = __io.getloc(); in do_put()
/freebsd-11-stable/contrib/libstdc++/include/std/
Dstd_streambuf.h226 locale __tmp(this->getloc()); in pubimbue()
241 getloc() const in getloc() function
Dstd_complex.h522 __s.imbue(__os.getloc());
/freebsd-11-stable/contrib/libstdc++/src/
Distream.cc209 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>()
286 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in operator >>()
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
HDios.cpp148 ios_base::getloc() const in getloc() function in ios_base
/freebsd-11-stable/contrib/libstdc++/
DChangeLog-199888 * bits/std_streambuf.h: Add getloc() initialization bits.
520 * bits/std_streambuf.h: Define _Streambuf_base::getloc().
678 getloc.
DChangeLog-20044290 Use _M_getloc instead of getloc.
DChangeLog-20037970 basic_streambuf::getloc, basic_streambuf::imbue):
/freebsd-11-stable/contrib/libstdc++/include/ext/
Dvstring.tcc576 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in _GLIBCXX_BEGIN_NAMESPACE()