| /NextBSD/contrib/libstdc++/src/ |
| D | compatibility-ldbl.cc | 46 template const num_put<C>& use_facet<num_put<C> >(const locale&); 47 template const num_get<C>& use_facet<num_get<C> >(const locale&); 48 template const money_put<C>& use_facet<money_put<C> >(const locale&); 49 template const money_get<C>& use_facet<money_get<C> >(const locale&); 61 template const num_put<C>& use_facet<num_put<C> >(const locale&); 62 template const num_get<C>& use_facet<num_get<C> >(const locale&); 63 template const money_put<C>& use_facet<money_put<C> >(const locale&); 64 template const money_get<C>& use_facet<money_get<C> >(const locale&);
|
| D | locale-inst.cc | 198 use_facet<codecvt<C, char, mbstate_t> >(const locale&); 202 use_facet<collate<C> >(const locale&); 206 use_facet<numpunct<C> >(const locale&); 210 use_facet<num_put<C> >(const locale&); 214 use_facet<num_get<C> >(const locale&); 218 use_facet<moneypunct<C, true> >(const locale&); 222 use_facet<moneypunct<C, false> >(const locale&); 226 use_facet<money_put<C> >(const locale&); 230 use_facet<money_get<C> >(const locale&); 234 use_facet<__timepunct<C> >(const locale&); [all …]
|
| D | ctype.cc | 55 use_facet<ctype<char> >(const locale& __loc) in use_facet() function 65 use_facet<ctype<wchar_t> >(const locale& __loc) in use_facet() function
|
| 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 >>()
|
| /NextBSD/contrib/libstdc++/include/bits/ |
| D | locale_facets.tcc | 72 const __collate_type& __collate = use_facet<__collate_type>(*this); in operator ()() 112 use_facet(const locale& __loc) in use_facet() function 193 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc); in _M_cache() 215 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache() 229 use_facet<moneypunct<_CharT, _Intl> >(__loc); in _M_cache() 260 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__loc); in _M_cache() 1162 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_insert_float() 1343 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_extract() 1583 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in do_get() 1609 const ctype<_CharT>& __ctype = use_facet<ctype<_CharT> >(__loc); in _M_insert() [all …]
|
| D | basic_ios.tcc | 174 _M_ctype = &use_facet<__ctype_type>(__loc); in _M_cache_locale() 179 _M_num_put = &use_facet<__num_put_type>(__loc); in _M_cache_locale() 184 _M_num_get = &use_facet<__num_get_type>(__loc); in _M_cache_locale()
|
| D | locale_classes.h | 87 use_facet(const locale&); in _GLIBCXX_BEGIN_NAMESPACE() 441 use_facet(const locale&); 485 use_facet(const locale&);
|
| D | locale_facets.h | 1199 use_facet<ctype<char> >(const locale& __loc); 1505 use_facet<ctype<wchar_t> >(const locale& __loc); 4547 const __codecvt_type& __cvt = use_facet<__codecvt_type>(_M_locale_conv); in _M_convert_from_char() 4555 const __ctype_type& __cvt = use_facet<__ctype_type>(locale()); in _M_convert_from_char() 4613 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c); } in _GLIBCXX_BEGIN_NAMESPACE() 4619 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c); } in isprint() 4625 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c); } in iscntrl() 4631 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::upper, __c); } in isupper() 4637 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::lower, __c); } in islower() 4643 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::alpha, __c); } in isalpha() [all …]
|
| D | localefwd.h | 184 use_facet(const locale& __loc);
|
| 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 | fstream.tcc | 90 _M_codecvt = &use_facet<__codecvt_type>(this->_M_buf_locale); in basic_filebuf() 845 _M_codecvt_tmp = &use_facet<__codecvt_type>(__loc); in imbue()
|
| /NextBSD/contrib/libc++/include/ |
| D | ostream | 408 const _Fp& __f = use_facet<_Fp>(this->getloc()); 435 const _Fp& __f = use_facet<_Fp>(this->getloc()); 464 const _Fp& __f = use_facet<_Fp>(this->getloc()); 491 const _Fp& __f = use_facet<_Fp>(this->getloc()); 520 const _Fp& __f = use_facet<_Fp>(this->getloc()); 546 const _Fp& __f = use_facet<_Fp>(this->getloc()); 572 const _Fp& __f = use_facet<_Fp>(this->getloc()); 598 const _Fp& __f = use_facet<_Fp>(this->getloc()); 624 const _Fp& __f = use_facet<_Fp>(this->getloc()); 650 const _Fp& __f = use_facet<_Fp>(this->getloc()); [all …]
|
| D | __locale | 58 use_facet(const locale&); 114 const facet* use_facet(id&) const; 117 template <class _Facet> friend const _Facet& use_facet(const locale&); 170 return locale(*this, &const_cast<_Facet&>(_VSTD::use_facet<_Facet>(__other))); 184 use_facet(const locale& __l) 186 return static_cast<const _Facet&>(*__l.use_facet(_Facet::id)); 322 return _VSTD::use_facet<_VSTD::collate<_CharT> >(*this).compare( 705 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c); 713 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c); 721 return use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c); [all …]
|
| D | istream | 291 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__is.getloc()); 364 use_facet<_Fp>(this->getloc()).get(_Ip(*this), _Ip(), *this, __err, __n); 391 use_facet<_Fp>(this->getloc()).get(_Ip(*this), _Ip(), *this, __err, __n); 418 use_facet<_Fp>(this->getloc()).get(_Ip(*this), _Ip(), *this, __err, __n); 445 use_facet<_Fp>(this->getloc()).get(_Ip(*this), _Ip(), *this, __err, __n); 472 use_facet<_Fp>(this->getloc()).get(_Ip(*this), _Ip(), *this, __err, __n); 499 use_facet<_Fp>(this->getloc()).get(_Ip(*this), _Ip(), *this, __err, __n); 526 use_facet<_Fp>(this->getloc()).get(_Ip(*this), _Ip(), *this, __err, __n); 553 use_facet<_Fp>(this->getloc()).get(_Ip(*this), _Ip(), *this, __err, __n); 580 use_facet<_Fp>(this->getloc()).get(_Ip(*this), _Ip(), *this, __err, __n); [all …]
|
| D | __std_stream | 82 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc); 253 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())), 352 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
|
| D | locale | 67 template <class Facet> const Facet& use_facet(const locale&); 577 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 26, __atoms); 578 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc); 589 use_facet<ctype<_CharT> >(__loc).widen(__src, __src + 32, __atoms); 590 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__loc); 987 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> >(__iob.getloc()); 988 const numpunct<_CharT>& __np = use_facet<numpunct<_CharT> >(__iob.getloc()); 1165 use_facet<ctype<_CharT> >(__iob.getloc()).widen(__num_get_base::__src, 1235 const ctype<_CharT>& __ct = use_facet<ctype<_CharT> > (__loc); 1236 const numpunct<_CharT>& __npt = use_facet<numpunct<_CharT> >(__loc); [all …]
|
| D | iomanip | 313 const _Fp& __mf = use_facet<_Fp>(__is.getloc()); 372 const _Fp& __mf = use_facet<_Fp>(__os.getloc()); 432 const _Fp& __tf = use_facet<_Fp>(__is.getloc()); 492 const _Fp& __tf = use_facet<_Fp>(__os.getloc());
|
| D | ios | 726 return use_facet<ctype<char_type> >(getloc()).narrow(__c, __dfault); 734 return use_facet<ctype<char_type> >(getloc()).widen(__c);
|
| D | fstream | 270 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(this->getloc()); 919 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
|
| /NextBSD/contrib/libstdc++/ |
| D | ChangeLog | 34 * include/bits/locale_facets.tcc (has_facet, use_facet): Simplify 41 * include/bits/locale_facets.tcc (use_facet): Check facet hierarchy. 49 * include/bits/locale_facets.tcc (has_facet, use_facet): Simplify 61 * include/bits/locale_facets.tcc (use_facet): Check facet hierarchy.
|
| D | ChangeLog-1998 | 410 locale use_facet<> failure. 422 failure of use_facet<>(). 525 * bits/loccore.h : FIXME friend template code for use_facet.
|
| D | ChangeLog-2000 | 1836 * include/bits/locale_facets.tcc (use_facet): Simplify. 1837 * include/bits/locale_facets.h (use_facet<ctype<char> >): Correct 1838 use_facet declaration. Replace 'const ctype<T>' with ctype<T>. 1839 (use_facet<ctype<wchar_t> >): Same. 2435 tests for use_facet. 2456 use_facet and has_facet. 2551 * bits/locale_facets.tcc: Move use_facet<ctype> specializations to ... 2667 __enc_traits> instantiations for has_facet and use_facet. 2713 * src/locale-inst.cc: Add use_facet/has_facet instantiations here.
|
| D | ChangeLog-2001 | 1652 * src/locale-inst.cc: Add use_facet instantiations for __timepunct. 1781 * src/locale-inst.cc: Add use_facet instantiations for moneypunct. 4573 (use_facet): Same. 5247 * include/bits/locale_facets.tcc (use_facet(const locale&)): Use 5409 * src/locale-inst.cc: Fixup names. Add use_facet instantiations
|
| /NextBSD/contrib/libstdc++/include/ext/ |
| D | vstring.tcc | 576 const __ctype_type& __ct = use_facet<__ctype_type>(__in.getloc()); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /NextBSD/contrib/libc++/src/ |
| D | locale.cpp | 156 const locale::facet* use_facet(long id) const; 340 install(const_cast<F*>(static_cast<const F*>(one.use_facet(id))), id); in install_from() 446 locale::__imp::use_facet(long id) const in use_facet() function in locale::__imp 592 locale::use_facet(id& x) const in use_facet() function in locale 594 return __locale_->use_facet(x.__get()); in use_facet()
|