| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | locale-inst.cc | 364 has_facet<ctype<char> >(const locale&); 368 has_facet<codecvt<char, char, mbstate_t> >(const locale&); 372 has_facet<collate<char> >(const locale&); 376 has_facet<numpunct<char> >(const locale&); 380 has_facet<num_put<char> >(const locale&); 384 has_facet<num_get<char> >(const locale&); 388 has_facet<moneypunct<char> >(const locale&); 392 has_facet<money_put<char> >(const locale&); 396 has_facet<money_get<char> >(const locale&); 400 has_facet<__timepunct<char> >(const locale&); [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | compatibility-ldbl.cc | 50 template bool has_facet<num_put<C> >(const locale&); 51 template bool has_facet<num_get<C> >(const locale&); 52 template bool has_facet<money_put<C> >(const locale&); 53 template bool has_facet<money_get<C> >(const locale&); 65 template bool has_facet<num_put<C> >(const locale&); 66 template bool has_facet<num_get<C> >(const locale&); 67 template bool has_facet<money_put<C> >(const locale&); 68 template bool has_facet<money_get<C> >(const locale&);
|
| D | locale-inst.cc | 251 has_facet<ctype<C> >(const locale&); 255 has_facet<codecvt<C, char, mbstate_t> >(const locale&); 259 has_facet<collate<C> >(const locale&); 263 has_facet<numpunct<C> >(const locale&); 267 has_facet<num_put<C> >(const locale&); 271 has_facet<num_get<C> >(const locale&); 275 has_facet<moneypunct<C> >(const locale&); 279 has_facet<money_put<C> >(const locale&); 283 has_facet<money_get<C> >(const locale&); 287 has_facet<__timepunct<C> >(const locale&); [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | basic_ios.tcc | 182 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_locale() 186 if (__builtin_expect(has_facet<__numput_type>(__loc), true)) in _M_cache_locale() 190 if (__builtin_expect(has_facet<__numget_type>(__loc), true)) in _M_cache_locale() 202 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_facets() 204 if (__builtin_expect(has_facet<__numput_type>(__loc), true)) in _M_cache_facets() 206 if (__builtin_expect(has_facet<__numget_type>(__loc), true)) in _M_cache_facets()
|
| D | locale_facets.tcc | 89 has_facet(const locale& __loc) throw() in has_facet() function 2444 if (has_facet<numpunct<_CharT> >(__loc)) in __locale_cache() 2472 if (has_facet<ctype<_CharT> >(__loc)) in __locale_cache() 2582 has_facet<ctype<char> >(const locale&); 2586 has_facet<codecvt<char, char, mbstate_t> >(const locale&); 2590 has_facet<collate<char> >(const locale&); 2594 has_facet<numpunct<char> >(const locale&); 2598 has_facet<num_put<char> >(const locale&); 2602 has_facet<num_get<char> >(const locale&); 2606 has_facet<moneypunct<char> >(const locale&); [all …]
|
| D | locale_classes.h | 76 has_facet(const locale&) throw(); 204 has_facet(const locale&) throw(); 392 has_facet(const locale&) throw ();
|
| D | localefwd.h | 180 has_facet(const locale& __loc) throw();
|
| D | fstream.tcc | 437 if (has_facet<__codecvt_type>(this->_M_buf_locale)) in seekoff()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | members.cc | 49 VERIFY( has_facet<numpunct<char> >(loc_1) ); in test01() 50 VERIFY( has_facet<numpunct<char> >(loc_c) ); in test01() 83 VERIFY( has_facet<numpunct<char> >(loc_1) ); in test02() 84 VERIFY( has_facet<numpunct<char> >(loc_c) ); in test02()
|
| D | global_templates.cc | 40 VERIFY( has_facet<ccodecvt>(cloc) ); in test01() 45 VERIFY( has_facet<gnu_codecvt>(loc) ); in test01()
|
| D | ctor_copy_dtor.cc | 134 VERIFY (has_facet<gnu_codecvt>(loc02)); in test01() 135 VERIFY (has_facet<c_codecvt>(loc02)); in test01() 136 VERIFY (has_facet<w_codecvt>(loc02)); in test01() 154 VERIFY (has_facet<c_codecvt>(loc13)); in test01() 155 VERIFY (has_facet<w_codecvt>(loc13)); in test01() 156 VERIFY (has_facet<unicode_codecvt>(loc13)); in test01()
|
| D | codecvt_members_unicode_char.cc | 155 VERIFY( has_facet<unicode_codecvt>(loc) ); in test01() 243 VERIFY( has_facet<unicode_codecvt>(loc) ); in test02()
|
| D | codecvt_members_unicode_wchar_t.cc | 141 VERIFY( has_facet<unicode_codecvt>(loc) ); in test01()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | basic_ios.tcc | 173 if (__builtin_expect(has_facet<__ctype_type>(__loc), true)) in _M_cache_locale() 178 if (__builtin_expect(has_facet<__num_put_type>(__loc), true)) in _M_cache_locale() 183 if (__builtin_expect(has_facet<__num_get_type>(__loc), true)) in _M_cache_locale()
|
| D | locale_facets.tcc | 89 has_facet(const locale& __loc) throw() in has_facet() function 2696 has_facet<ctype<char> >(const locale&); 2700 has_facet<codecvt<char, char, mbstate_t> >(const locale&); 2704 has_facet<collate<char> >(const locale&); 2708 has_facet<numpunct<char> >(const locale&); 2712 has_facet<num_put<char> >(const locale&); 2716 has_facet<num_get<char> >(const locale&); 2720 has_facet<moneypunct<char> >(const locale&); 2724 has_facet<money_put<char> >(const locale&); 2728 has_facet<money_get<char> >(const locale&); [all …]
|
| D | locale_classes.h | 83 has_facet(const locale&) throw(); in _GLIBCXX_BEGIN_NAMESPACE() 445 has_facet(const locale&) throw (); 481 has_facet(const locale&) throw();
|
| D | localefwd.h | 180 has_facet(const locale& __loc) throw();
|
| D | fstream.tcc | 89 if (has_facet<__codecvt_type>(this->_M_buf_locale)) in basic_filebuf() 842 if (__builtin_expect(has_facet<__codecvt_type>(__loc), true)) in imbue()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
| D | complex_inserters_extractors.cc | 121 VERIFY( std::has_facet<numput_type>(loc_2) ); in test02() 122 VERIFY( std::has_facet<numget_type>(loc_2) ); in test02()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | __locale | 117 has_facet(const locale&) _NOEXCEPT; 181 bool has_facet(id&) const; 184 template <class _Facet> friend bool has_facet(const locale&) _NOEXCEPT; 235 if (!_VSTD::has_facet<_Facet>(__other)) 244 has_facet(const locale& __l) _NOEXCEPT 246 return __l.has_facet(_Facet::id);
|
| D | fstream | 316 if (std::has_facet<codecvt<char_type, char, state_type> >(this->getloc()))
|
| /openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| D | TODO | 42 locale::classic(), and maybe the has_facet/use_facet functions for all
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/ |
| D | linker-map.gnu | 205 # std::has_facet*
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/abi/pre/ |
| D | gnu.ver | 338 # bool std::has_facet
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | locale.cpp | 156 bool has_facet(long id) const in has_facet() function in locale::__imp 539 if (!has_facet(id)) in use_facet() 665 locale::has_facet(id& x) const in has_facet() function in locale 667 return __locale_->has_facet(x.__get()); in has_facet()
|