Searched refs:collate (Results 1 – 16 of 16) sorted by relevance
/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 | 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… 171 // template <class _CharT> class collate; 174 class _LIBCPP_TEMPLATE_VIS collate : public locale::facet { 179 _LIBCPP_HIDE_FROM_ABI explicit collate(size_t __refs = 0) : locale::facet(__refs) {} 198 ~collate() override; 208 locale::id collate<_CharT>::id; 211 collate<_CharT>::~collate() {} 214 int collate<_CharT>::do_compare( 226 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; 845 collate = 1 << 3, 1024 const collate<char_type>* __col_; 1107 __col_ = &std::use_facet<collate<char_type> >(__loc_); 2297 static const regex_constants::syntax_option_type collate = regex_constants::collate; 2660 const regex_constants::syntax_option_type basic_regex<_CharT, _Traits>::collate; 4084 else if (flags() & collate) 4147 else if (flags() & collate) 4168 __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 | 119 const locale::category locale::collate; member in locale 161 install(&make<std::collate<char> >(1u)); in __imp() 163 install(&make<std::collate<wchar_t> >(1u)); in __imp() 297 if (c & locale::collate) { in __imp() 376 if (c & locale::collate) { in __imp() 377 install_from<std::collate<char> >(one); in __imp() 379 install_from<std::collate<wchar_t> >(one); in __imp() 603 : collate<char>(refs), __l_(newlocale(LC_ALL_MASK, n, 0)) { in collate_byname() 613 : collate<char>(refs), __l_(newlocale(LC_ALL_MASK, name.c_str(), 0)) { in collate_byname() 647 : collate<wchar_t>(refs), __l_(newlocale(LC_ALL_MASK, n, 0)) { in collate_byname() [all …]
|
/freebsd/sys/netinet6/ |
H A D | ip6_mroute.c | 349 static void collate(); 881 collate(&(rte->t)); in add_m6fc() 954 collate(struct timeval *t) in collate() function
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 902 SYMBOL(collate, std::, <locale>) 3806 SYMBOL(collate, std::regex_constants::, <regex>)
|
/freebsd/share/dict/ |
H A D | web2 | 39312 collate
|