| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | ostream | 371 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 …]
|
| D | iomanip | 314 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());
|
| D | ios | 85 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);
|
| D | locale | 403 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_stream | 76 imbue(this->getloc()); 254 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
|
| D | istream | 317 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());
|
| D | sstream | 300 this->pubimbue(__rhs.getloc()); 347 this->pubimbue(__rhs.getloc()); 423 locale __tl = __rhs.getloc(); 424 __rhs.pubimbue(this->getloc());
|
| D | streambuf | 34 locale getloc() const; 149 locale getloc() const { return __loc_; }
|
| D | fstream | 309 if (has_facet<codecvt<char_type, char, state_type> >(this->getloc())) 311 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc());
|
| D | regex | 121 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();}
|
| D | complex | 1443 __s.imbue(__os.getloc());
|
| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | basic_ios.tcc | 104 _M_ios_locale = __rhs.getloc(); in copyfmt() 130 locale __old(this->getloc()); in imbue()
|
| D | istream.tcc | 808 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 >>()
|
| D | ios_base.h | 690 getloc() const { return _M_ios_locale; } in getloc() function
|
| D | locale_facets.tcc | 1772 const locale __loc = __io.getloc(); in do_put()
|
| /freebsd-12-stable/contrib/libstdc++/include/std/ |
| D | std_streambuf.h | 226 locale __tmp(this->getloc()); in pubimbue() 241 getloc() const in getloc() function
|
| D | std_complex.h | 522 __s.imbue(__os.getloc());
|
| /freebsd-12-stable/contrib/libstdc++/src/ |
| D | istream.cc | 209 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/ |
| D | ios.cpp | 132 ios_base::getloc() const in getloc() function in ios_base
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-1998 | 88 * bits/std_streambuf.h: Add getloc() initialization bits. 520 * bits/std_streambuf.h: Define _Streambuf_base::getloc(). 678 getloc.
|
| D | ChangeLog-2004 | 4290 Use _M_getloc instead of getloc.
|
| D | ChangeLog-2003 | 7970 basic_streambuf::getloc, basic_streambuf::imbue):
|
| /freebsd-12-stable/contrib/libstdc++/include/ext/ |
| D | vstring.tcc | 576 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in _GLIBCXX_BEGIN_NAMESPACE()
|