| /freebsd-11-stable/contrib/llvm-project/libcxx/include/ |
| HD | ostream | 383 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 …]
|
| HD | 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());
|
| HD | ios | 85 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);
|
| HD | locale | 392 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_stream | 76 imbue(this->getloc()); 254 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
|
| HD | istream | 321 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());
|
| HD | streambuf | 34 locale getloc() const; 149 locale getloc() const { return __loc_; }
|
| HD | sstream | 297 this->pubimbue(__rhs.getloc()); 344 this->pubimbue(__rhs.getloc()); 422 locale __tl = __rhs.getloc(); 423 __rhs.pubimbue(this->getloc());
|
| HD | fstream | 305 if (has_facet<codecvt<char_type, char, state_type> >(this->getloc())) 307 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc());
|
| HD | regex | 120 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();}
|
| HD | complex | 1446 __s.imbue(__os.getloc());
|
| /freebsd-11-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-11-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-11-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-11-stable/contrib/llvm-project/libcxx/src/ |
| HD | ios.cpp | 148 ios_base::getloc() const in getloc() function in ios_base
|
| /freebsd-11-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-11-stable/contrib/libstdc++/include/ext/ |
| D | vstring.tcc | 576 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in _GLIBCXX_BEGIN_NAMESPACE()
|