Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dostream371 const _Fp& __f = use_facet<_Fp>(this->getloc());
398 const _Fp& __f = use_facet<_Fp>(this->getloc());
427 const _Fp& __f = use_facet<_Fp>(this->getloc());
454 const _Fp& __f = use_facet<_Fp>(this->getloc());
483 const _Fp& __f = use_facet<_Fp>(this->getloc());
509 const _Fp& __f = use_facet<_Fp>(this->getloc());
535 const _Fp& __f = use_facet<_Fp>(this->getloc());
561 const _Fp& __f = use_facet<_Fp>(this->getloc());
587 const _Fp& __f = use_facet<_Fp>(this->getloc());
613 const _Fp& __f = use_facet<_Fp>(this->getloc());
[all …]
Diomanip314 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());
Dios85 locale getloc() const;
296 locale getloc() const;
746 locale __r = getloc();
758 return use_facet<ctype<char_type> >(getloc()).narrow(__c, __dfault);
766 return use_facet<ctype<char_type> >(getloc()).widen(__c);
Dlocale403 locale __loc = __iob.getloc();
422 locale __loc = __iob.getloc();
441 locale __loc = __iob.getloc();
454 locale __loc = __iob.getloc();
887 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__iob.getloc());
888 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__iob.getloc());
1079 use_facet<ctype<_CharT> >(__iob.getloc()).widen(__num_get_base::__src,
1439 const numpunct<char_type>& __np = use_facet<numpunct<char_type> >(__iob.getloc());
1475 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
1504 this->__widen_and_group_int(__nar, __np, __ne, __o, __op, __oe, __iob.getloc());
[all …]
D__std_stream76 imbue(this->getloc());
254 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
Distream317 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
367 use_facet<_Fp>(__is.getloc()).get(_Ip(__is), _Ip(), __is, __state, __n);
477 use_facet<_Fp>(__is.getloc()).get(_Ip(__is), _Ip(), __is, __state, __temp);
537 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1341 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1462 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
1591 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc());
Dsstream300 this->pubimbue(__rhs.getloc());
347 this->pubimbue(__rhs.getloc());
423 locale __tl = __rhs.getloc();
424 __rhs.pubimbue(this->getloc());
Dstreambuf34 locale getloc() const;
149 locale getloc() const { return __loc_; }
Dfstream309 if (has_facet<codecvt<char_type, char, state_type> >(this->getloc()))
311 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc());
Dregex121 locale_type getloc()const;
190 locale_type getloc() const;
1067 locale_type getloc()const {return __loc_;}
2293 __might_have_digraph_(__traits_.getloc().name() != "C") {}
2744 locale_type getloc() const {return __traits_.getloc();}
Dcomplex1443 __s.imbue(__os.getloc());
/freebsd-12-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-12-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-12-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-12-stable/contrib/llvm-project/libcxx/src/
Dios.cpp132 ios_base::getloc() const in getloc() function in ios_base
/freebsd-12-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-12-stable/contrib/libstdc++/include/ext/
Dvstring.tcc576 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in _GLIBCXX_BEGIN_NAMESPACE()