| /freebsd-12-stable/contrib/libstdc++/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()
|
| /freebsd-12-stable/contrib/libstdc++/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()
|
| /freebsd-12-stable/contrib/libstdc++/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()
|
| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | locale_facets.tcc | 71 typedef std::collate<_CharT> __collate_type; in operator ()() 2390 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const in _M_compare() 2396 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const in _M_transform() 2401 collate<_CharT>:: 2439 typename collate<_CharT>::string_type 2440 collate<_CharT>:: 2496 collate<_CharT>:: 2653 extern template class collate<char>; 2661 const collate<char>& 2662 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 …]
|
| D | localefwd.h | 143 class collate; variable
|
| /freebsd-12-stable/usr.bin/localedef/ |
| D | Makefile | 5 collate.c \
|
| D | parser.y | 231 | collate 371 collate : T_COLLATE T_NL coll_order T_END T_COLLATE T_NL
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | __locale | 136 collate = LC_COLLATE_MASK, 142 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(); 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 …]
|
| D | regex | 29 collate = unspecified, 139 static constexpr regex_constants::syntax_option_type collate = regex_constants::collate; 802 collate = 1 << 3, 1031 const collate<char_type>* __col_; 1134 __col_ = &use_facet<collate<char_type> >(__loc_); 2579 static const regex_constants::syntax_option_type collate = regex_constants::collate; 3033 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::collate; 4761 else if (flags() & collate) 4850 else if (flags() & collate) 4880 __flags_ & collate);
|
| D | __availability | 114 // (e.g. std::locale::collate), which are defined in the dylib.
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | ChangeLog-2003 | 1658 string_type&), collate::do_compare, collate::do_transform): 1736 * testsuite/22_locale/collate/1.cc: Edit. 3667 * testsuite/22_locale/collate/compare/wchar_t/2.cc 3668 * testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc 3669 * testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc 3670 * testsuite/22_locale/collate/hash/wchar_t/2.cc 3671 * testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc 3672 * testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc 3673 * testsuite/22_locale/collate/transform/wchar_t/2.cc 3674 * testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc [all …]
|
| D | ChangeLog-2005 | 3245 * testsuite/22_locale/collate/compare/char/1.cc: Likewise. 3246 * testsuite/22_locale/collate/compare/char/2.cc: Likewise. 3247 * testsuite/22_locale/collate/compare/char/3.cc: Likewise. 3248 * testsuite/22_locale/collate/compare/char/wrapped_env.cc: Likewise. 3249 * testsuite/22_locale/collate/compare/char/wrapped_locale.cc: Likewise. 3250 * testsuite/22_locale/collate/compare/wchar_t/1.cc: Likewise. 3251 * testsuite/22_locale/collate/compare/wchar_t/2.cc: Likewise. 3252 * testsuite/22_locale/collate/compare/wchar_t/3.cc: Likewise. 3253 * testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc: Likewise. 3254 * testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc: [all …]
|
| D | ChangeLog-2004 | 3392 (collate): Use member initialization list for _M_c_locale_collate. 4902 * testsuite/22_locale/collate/compare/wchar_t/2.cc, 4903 testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc, 4904 testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc, 4905 testsuite/22_locale/collate/hash/wchar_t/2.cc, 4906 testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc, 4907 testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc, 4908 testsuite/22_locale/collate/transform/wchar_t/2.cc, 4909 testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc, 4910 testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc: [all …]
|
| D | ChangeLog-2002 | 3741 (test01): compare the result of collate::compare with 3742 that of collate::transform + string::compare, not with 3743 that of collate::transform + collate::compare; values 3744 returned by collate::compare are normalized, therefore 3843 (collate::do_transform): Simplify. 3886 (test01): compare the result of collate::compare with 3887 that of collate::transform + string::compare, not with 3888 that of collate::transform + collate::compare. 3889 (test01): values returned by collate::compare are 3967 * include/bits/locale_facets.tcc (collate::do_tranform): [all …]
|
| /freebsd-12-stable/lib/libc/locale/ |
| D | Makefile.inc | 7 SRCS+= ascii.c big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c \
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | tc.decls.h | 109 extern int collate (const Char *, const Char *);
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/ |
| D | locale.cpp | 150 const locale::category locale::collate; member in locale 199 install(&make<_VSTD::collate<char> >(1u)); in __imp() 200 install(&make<_VSTD::collate<wchar_t> >(1u)); in __imp() 319 if (c & locale::collate) in __imp() 396 if (c & locale::collate) in __imp() 398 install_from<_VSTD::collate<char> >(one); in __imp() 399 install_from<_VSTD::collate<wchar_t> >(one); in __imp() 690 : collate<char>(refs), in collate_byname() 699 : collate<char>(refs), in collate_byname() 738 : collate<wchar_t>(refs), in collate_byname() [all …]
|
| /freebsd-12-stable/usr.bin/colldef/ |
| D | parse.y | 100 collate : statment_list
|
| /freebsd-12-stable/tools/regression/ |
| D | README | 53 and collate the output.
|
| /freebsd-12-stable/sys/netinet6/ |
| D | ip6_mroute.c | 353 static void collate(); 887 collate(&(rte->t)); in add_m6fc() 962 collate(struct timeval *t) in collate() function
|