| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
| D | collate_members_wchar_t.cc | 32 typedef std::collate<wchar_t>::string_type string_type; in test01() 47 const collate<wchar_t>& coll_c = use_facet<collate<wchar_t> >(loc_c); in test01() 48 const collate<wchar_t>& coll_us = use_facet<collate<wchar_t> >(loc_us); in test01() 49 const collate<wchar_t>& coll_fr = use_facet<collate<wchar_t> >(loc_fr); in test01() 50 const collate<wchar_t>& coll_de = use_facet<collate<wchar_t> >(loc_de); in test01() 157 const std::collate<wchar_t> &col = std::use_facet<std::collate<wchar_t> >(cloc); in test03()
|
| D | collate_members_char.cc | 32 typedef std::collate<char>::string_type string_type; in test01() 47 const collate<char>& coll_c = use_facet<collate<char> >(loc_c); in test01() 48 const collate<char>& coll_us = use_facet<collate<char> >(loc_us); in test01() 49 const collate<char>& coll_fr = use_facet<collate<char> >(loc_fr); in test01() 50 const collate<char>& coll_de = use_facet<collate<char> >(loc_de); in test01() 157 const std::collate<char> &col = std::use_facet<std::collate<char> >(cloc); in test03()
|
| D | collate_byname.cc | 32 typedef std::collate<char>::string_type string_type; in test01() 47 const collate<char>& coll_byname = use_facet<collate<char> >(loc_byname); in test01() 48 const collate<char>& coll_de = use_facet<collate<char> >(loc_de); in test01()
|
| D | collate.cc | 41 class gnu_collate: public std::collate<unsigned char>
|
| D | operators.cc | 52 class gnu_collate: public std::collate<char>
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
| D | collate_members.cc | 44 collate<char>::_M_compare(const char* __one, const char* __two) const in _M_compare() 52 collate<char>::_M_transform(char* __to, const char* __from, in _M_transform() 59 collate<wchar_t>::_M_compare(const wchar_t* __one, in _M_compare() 68 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, in _M_transform()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
| D | collate_members.cc | 44 collate<char>::_M_compare(const char* __one, const char* __two) const in _GLIBCXX_BEGIN_NAMESPACE() 52 collate<char>::_M_transform(char* __to, const char* __from, in _M_transform() 59 collate<wchar_t>::_M_compare(const wchar_t* __one, in _M_compare() 68 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, in _M_transform()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
| D | collate_members.cc | 45 collate<char>::_M_compare(const char* __one, const char* __two) const in _M_compare() 53 collate<char>::_M_transform(char* __to, const char* __from, in _M_transform() 60 collate<wchar_t>::_M_compare(const wchar_t* __one, in _M_compare() 69 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, in _M_transform()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| D | collate_members.cc | 45 collate<char>::_M_compare(const char* __one, const char* __two) const in _GLIBCXX_BEGIN_NAMESPACE() 53 collate<char>::_M_transform(char* __to, const char* __from, in _M_transform() 60 collate<wchar_t>::_M_compare(const wchar_t* __one, in _M_compare() 69 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from, in _M_transform()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | locale-inst.cc | 246 template class collate<char>; variable 249 template class collate<wchar_t>; variable 260 const collate<char>& 261 use_facet<collate<char> >(const locale&); 313 const collate<wchar_t>& 314 use_facet<collate<wchar_t> >(const locale&); 372 has_facet<collate<char> >(const locale&); 425 has_facet<collate<wchar_t> >(const locale&);
|
| D | localename.cc | 43 extern std::collate<char> collate_c; 58 extern std::collate<wchar_t> collate_w; 196 _M_init_facet(new std::collate<char>(__cloc)); in _Impl() 212 _M_init_facet(new std::collate<wchar_t>(__cloc)); in _Impl() 268 _M_init_facet(new (&collate_c) std::collate<char>(1)); in _Impl() 283 _M_init_facet(new (&collate_w) std::collate<wchar_t>(1)); in _Impl()
|
| D | globals.cc | 97 typedef char fake_collate_c[sizeof(std::collate<char>)] 98 __attribute__ ((aligned(__alignof__(std::collate<char>)))); 167 typedef char fake_wollate_w[sizeof(std::collate<wchar_t>)] 168 __attribute__ ((aligned(__alignof__(std::collate<wchar_t>))));
|
| D | locale.cc | 51 const locale::category locale::collate; member in std::locale 99 &std::collate<char>::id, 101 &std::collate<wchar_t>::id, 418 __ret = collate; in _S_normalize_category()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | locale_init.cc | 76 typedef char fake_collate_c[sizeof(std::collate<char>)] 77 __attribute__ ((aligned(__alignof__(std::collate<char>)))); 130 typedef char fake_wollate_w[sizeof(std::collate<wchar_t>)] 131 __attribute__ ((aligned(__alignof__(std::collate<wchar_t>)))); 301 &std::collate<char>::id, 303 &std::collate<wchar_t>::id, 395 _M_init_facet(new (&collate_c) std::collate<char>(1)); in _Impl() 425 _M_init_facet(new (&collate_w) std::collate<wchar_t>(1)); in _Impl()
|
| D | locale-inst.cc | 191 template class collate<C>; variable 201 const collate<C>& 202 use_facet<collate<C> >(const locale&); 259 has_facet<collate<C> >(const locale&);
|
| D | localename.cc | 227 _M_init_facet(new std::collate<char>(__cloc)); in _Impl() 243 _M_init_facet(new std::collate<wchar_t>(__cloc)); in _Impl()
|
| D | locale.cc | 63 const locale::category locale::collate; member in locale 157 __ret = collate; in _S_normalize_category()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | locale_facets.tcc | 70 typedef std::collate<_CharT> __collate_type; in operator ()() 2376 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const in _M_compare() 2382 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const in _M_transform() 2387 collate<_CharT>:: 2425 typename collate<_CharT>::string_type 2426 collate<_CharT>:: 2482 collate<_CharT>:: 2639 extern template class collate<char>; 2647 const collate<char>& 2648 use_facet<collate<char> >(const locale&); [all …]
|
| D | locale_classes.h | 107 static const category collate = 1L << 2; in _GLIBCXX_BEGIN_NAMESPACE() local 111 static const category all = (ctype | numeric | collate | in _GLIBCXX_BEGIN_NAMESPACE()
|
| D | locale_facets.h | 2537 class collate : public locale::facet 2564 collate(size_t __refs = 0) 2578 collate(__c_locale __cloc, size_t __refs = 0) 2641 ~collate() in ~collate() 2690 locale::id collate<_CharT>::id; 2695 collate<char>::_M_compare(const char*, const char*) const; 2699 collate<char>::_M_transform(char*, const char*, size_t) const; 2704 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const; 2708 collate<wchar_t>::_M_transform(wchar_t*, const wchar_t*, size_t) const; 2713 class collate_byname : public collate<_CharT> [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | locale_facets.tcc | 70 typedef std::collate<_CharT> __collate_type; in operator ()() 2049 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const in _M_compare() 2055 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const in _M_transform() 2060 collate<_CharT>:: 2098 typename collate<_CharT>::string_type 2099 collate<_CharT>:: 2143 collate<_CharT>:: 2525 extern template class collate<char>; 2533 const collate<char>& 2534 use_facet<collate<char> >(const locale&); [all …]
|
| D | locale_facets.h | 983 class collate : public locale::facet 999 collate(size_t __refs = 0) 1004 collate(__c_locale __cloc, size_t __refs = 0) 1030 ~collate() in ~collate() 1045 locale::id collate<_CharT>::id; 1050 collate<char>::_M_compare(const char*, const char*) const; 1054 collate<char>::_M_transform(char*, const char*, size_t) const; 1059 collate<wchar_t>::_M_compare(const wchar_t*, const wchar_t*) const; 1063 collate<wchar_t>::_M_transform(wchar_t*, const wchar_t*, size_t) const; 1067 class collate_byname : public collate<_CharT> [all …]
|
| D | locale_classes.h | 87 static const category collate = 1L << 2; variable 91 static const category all = (ctype | numeric | collate |
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | __locale | 135 collate = LC_COLLATE_MASK, 141 all = collate | ctype | monetary | numeric | time | messages; 257 // template <class _CharT> class collate; 260 class _LIBCPP_TEMPLATE_VIS collate 268 explicit collate(size_t __refs = 0) 296 ~collate() override; 304 template <class _CharT> locale::id collate<_CharT>::id; 307 collate<_CharT>::~collate() 313 collate<_CharT>::do_compare(const char_type* __lo1, const char_type* __hi1, 328 collate<_CharT>::do_hash(const char_type* __lo, const char_type* __hi) const [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/ |
| D | abi_check.cc | 69 const collate<char>& c = use_facet<collate<char> >(locale::classic()); in operator ()()
|