Home
last modified time | relevance | path

Searched refs:has_facet (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dlocale-inst.cc364 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/
Dcompatibility-ldbl.cc50 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&);
Dlocale-inst.cc251 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/
Dbasic_ios.tcc182 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()
Dlocale_facets.tcc89 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 …]
Dlocale_classes.h76 has_facet(const locale&) throw();
204 has_facet(const locale&) throw();
392 has_facet(const locale&) throw ();
Dlocalefwd.h180 has_facet(const locale& __loc) throw();
Dfstream.tcc437 if (has_facet<__codecvt_type>(this->_M_buf_locale)) in seekoff()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dmembers.cc49 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()
Dglobal_templates.cc40 VERIFY( has_facet<ccodecvt>(cloc) ); in test01()
45 VERIFY( has_facet<gnu_codecvt>(loc) ); in test01()
Dctor_copy_dtor.cc134 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()
Dcodecvt_members_unicode_char.cc155 VERIFY( has_facet<unicode_codecvt>(loc) ); in test01()
243 VERIFY( has_facet<unicode_codecvt>(loc) ); in test02()
Dcodecvt_members_unicode_wchar_t.cc141 VERIFY( has_facet<unicode_codecvt>(loc) ); in test01()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dbasic_ios.tcc173 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()
Dlocale_facets.tcc89 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 …]
Dlocale_classes.h83 has_facet(const locale&) throw(); in _GLIBCXX_BEGIN_NAMESPACE()
445 has_facet(const locale&) throw ();
481 has_facet(const locale&) throw();
Dlocalefwd.h180 has_facet(const locale& __loc) throw();
Dfstream.tcc89 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/
Dcomplex_inserters_extractors.cc121 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__locale117 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);
Dfstream316 if (std::has_facet<codecvt<char_type, char, state_type> >(this->getloc()))
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DTODO42 locale::classic(), and maybe the has_facet/use_facet functions for all
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/
Dlinker-map.gnu205 # std::has_facet*
/openbsd/src/gnu/gcc/libstdc++-v3/config/abi/pre/
Dgnu.ver338 # bool std::has_facet
/openbsd/src/gnu/llvm/libcxx/src/
Dlocale.cpp156 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()

12