| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | locale.inc | 47 // [category.collate], collation 48 using std::collate;
|
| H A D | locale.cppm | |
| /freebsd/usr.bin/localedef/ |
| H A D | Makefile | 3 collate.c \
|
| H A D | parser.y | 229 | collate 369 collate : T_COLLATE T_NL coll_order T_END T_COLLATE T_NL
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __locale | 49 class collate; 72 collate = _LIBCPP_COLLATE_MASK, ctype = _LIBCPP_CTYPE_MASK, monetary = _LIBCPP_MONETARY_MASK, 74 all = collate | ctype | monetary | numeric | time | messages; 108 return std::use_facet<std::collate<_CharT> >(*this).compare( 181 // template <class _CharT> class collate; 184 class collate : public locale::facet { 189 _LIBCPP_HIDE_FROM_ABI explicit collate(size_t __refs = 0) : locale::facet(__refs) {} 208 ~collate() override; 218 locale::id collate<_CharT>::id; 221 collate<_CharT>::~collate() {} [all …]
|
| H A D | locale | 29 collate = 0x010, 35 all = collate | ctype | monetary | numeric | time | messages; 164 template <class charT> class collate;
|
| H A D | regex | 30 collate = unspecified, 140 static constexpr regex_constants::syntax_option_type collate = regex_constants::collate; 852 collate = 1 << 3, 1031 const collate<char_type>* __col_; 1114 __col_ = std::addressof(std::use_facet<collate<char_type> >(__loc_)); 2305 static const regex_constants::syntax_option_type collate = regex_constants::collate; 2668 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::collate; 4092 else if (flags() & collate) 4155 else if (flags() & collate) 4176 __traits_, __end_->first(), __negate, __flags_ & icase, __flags_ & collate);
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __locale | 63 …collate = LC_COLLATE_MASK, ctype = LC_CTYPE_MASK, monetary = LC_MONETARY_MASK, numeric = LC_NUMERI… 64 …time = LC_TIME_MASK, messages = LC_MESSAGES_MASK, all = collate | ctype | monetary | numeric | tim… 169 // template <class _CharT> class collate; 172 class _LIBCPP_TEMPLATE_VIS collate : public locale::facet { 177 _LIBCPP_HIDE_FROM_ABI explicit collate(size_t __refs = 0) : locale::facet(__refs) {} 196 ~collate() override; 206 locale::id collate<_CharT>::id; 209 collate<_CharT>::~collate() {} 212 int collate<_CharT>::do_compare( 224 long collate<_CharT>::do_hash(const char_type* __lo, const char_type* __hi) const { [all …]
|
| H A D | regex | 30 collate = unspecified, 140 static constexpr regex_constants::syntax_option_type collate = regex_constants::collate; 835 collate = 1 << 3, 1011 const collate<char_type>* __col_; 1094 __col_ = &std::use_facet<collate<char_type> >(__loc_); 2284 static const regex_constants::syntax_option_type collate = regex_constants::collate; 2620 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::collate; 4044 else if (flags() & collate) 4107 else if (flags() & collate) 4128 __traits_, __end_->first(), __negate, __flags_ & icase, __flags_ & collate);
|
| H A D | locale | 29 collate = 0x010, 35 all = collate | ctype | monetary | numeric | time | messages; 164 template <class charT> class collate;
|
| /freebsd/lib/libc/locale/ |
| H A D | Makefile.inc | 4 SRCS+= ascii.c big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c \
|
| /freebsd/contrib/tcsh/ |
| H A D | tc.decls.h | 109 extern int collate (const Char *, const Char *);
|
| H A D | tc.func.c | 1747 collate(const Char *a, const Char *b) in collate() function
|
| H A D | tw.parse.c | 2267 return collate(*file1, *file2); in fcompare()
|
| /freebsd/tools/regression/ |
| H A D | README | 52 and collate the output.
|
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 115 const locale::category locale::collate; member in locale 157 install(&make<std::collate<char> >(1u)); in __imp() 159 install(&make<std::collate<wchar_t> >(1u)); in __imp() 293 if (c & locale::collate) { in __imp() 372 if (c & locale::collate) { in __imp() 373 install_from<std::collate<char> >(one); in __imp() 375 install_from<std::collate<wchar_t> >(one); in __imp() 599 : collate<char>(refs), __l_(__locale::__newlocale(_LIBCPP_ALL_MASK, n, 0)) { in collate_byname() 609 : collate<char>(refs), __l_(__locale::__newlocale(_LIBCPP_ALL_MASK, name.c_str(), 0)) { in collate_byname() 643 : collate<wchar_t>(refs), __l_(__locale::__newlocale(_LIBCPP_ALL_MASK, n, 0)) { in collate_byname() [all …]
|
| /freebsd/sys/netinet6/ |
| H A D | ip6_mroute.c | 350 static void collate(struct timeval *); 962 collate(&(rte->t)); in add_m6fc() 1034 collate(struct timeval *t) in collate() function
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 912 SYMBOL(collate, std::, <locale>) 3908 SYMBOL(collate, std::regex_constants::, <regex>)
|
| /freebsd/share/dict/ |
| H A D | web2 | 39312 collate
|