Searched refs:collate (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/libstdcxx-104.1/src/
H A Dcollate_members.cc1 // std::collate implementation details, generic version -*- C++ -*-
31 // ISO C++ 14882: 22.2.4.1.2 collate virtual functions
44 collate<char>::_M_compare(const char* __one, const char* __two) const
52 collate<char>::_M_transform(char* __to, const char* __from,
59 collate<wchar_t>::_M_compare(const wchar_t* __one,
68 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from,
H A Dlocale_init.cc76 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));
425 _M_init_facet(new (&collate_w) std::collate<wchar_t>(1));
H A Dlocale-inst.cc190 // collate
191 template class collate<C>;
201 const collate<C>&
202 use_facet<collate<C> >(const locale&);
259 has_facet<collate<C> >(const locale&);
H A Dlocalename.cc227 _M_init_facet(new std::collate<char>(__cloc));
243 _M_init_facet(new std::collate<wchar_t>(__cloc));
293 // of the time and collate categories are swapped vs the
H A Dlocale.cc63 const locale::category locale::collate; member in class:locale
157 __ret = collate;
/macosx-10.10/WTF-7600.1.24/wtf/unicode/
H A DCollator.h47 WTF_EXPORT_PRIVATE static int collate(StringView, StringView);
61 WTF_EXPORT_PRIVATE int collate(StringView, StringView) const;
H A DCollatorDefault.cpp36 int Collator::collate(StringView a, StringView b) const function in class:WTF::Collator
56 return collate(String::fromUTF8(a), String::fromUTF8(b));
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/
H A DMakefile.in123 collate: all
149 install: collate
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast_std.h218 #define strcoll _ast_info.collate
240 int (*collate)(const char*, const char*); member in struct:__anon9327
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dlocale_classes.h96 * The standard category values are none, ctype, numeric, collate, time,
107 static const category collate = 1L << 2; member in class:locale
111 static const category all = (ctype | numeric | collate |
244 * @brief Compare two strings according to collate.
247 * the collate facet in this locale. One use is to provide the locale to
256 * @return True if collate<Char> facet compares s1 < s2, else false.
300 // collate, ctype, monetary, numeric, time, and messages. These
H A Dlocalefwd.h143 class collate;
H A Dlocale_facets.h2539 * The collate template uses protected virtual functions to provide
2543 * collate facet.
2546 class collate : public locale::facet class in inherits:locale::facet
2573 collate(size_t __refs = 0) function in class:collate
2587 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate
2595 * collate::do_compare().
2616 * another, etc. It does so by returning collate::do_transform().
2630 * does so by returning collate::do_hash().
2650 ~collate()
2699 locale::id collate<_Char
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Dast.h69 int (*collate)(const char*, const char*); member in struct:__anon9306
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dcollatevfs.tcl10 A collate/broadcast/collect/catchup virtual filesystem. Requires the template vfs in templatevfs.tcl.
56 mount virtual directory. Each option is editable as an attribute; i.e., "file attributes C:/collate -write C:/tmp"
58 The collate vfs inherits the -cache and -volume options of the template vfs.
66 mount -read C:/install/package/docs CDROM:/package/docs FTP:/pub/releases/package/docs -write C:/install/package/docs C:/collate/docs
74 mount -read C:/install/package/images FTP:/pub/releases/package/images -collect C:/install/package/images C:/collate/images
82 namespace eval ::vfs::template::collate {
121 if {$args == {}} {eval return \$::vfs::template::collate::${attribute}(\$root)}
122 set ::vfs::template::collate::${attribute}($root) [lindex $args 0]
123 set ::vfs::template::collate::catchup [file isdirectory [lindex $::vfs::template::collate
[all...]
/macosx-10.10/cups-408/cups/filter/
H A Dpstops.c96 int collate, /* Collate copies? */ member in struct:__anon7274
734 if (doc->copies != 1 && (!doc->collate || !doc->slow_collate))
742 doc->collate ? " collate" : "",
1079 if (doc->copies != 1 && (!doc->collate || !doc->slow_collate))
1087 doc->collate ? " collate" : "",
1939 if (doc->copies != 1 && (!doc->collate || !doc->slow_collate))
2363 * collate, multiple-document-handling
2377 doc->collate
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/unicode/icu/
H A DCollatorICU.cpp261 int Collator::collate(StringView a, StringView b) const function in class:WTF::Collator
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.decls.h110 extern int collate (const Char *, const Char *);
H A Dtw.parse.c2195 * negative collate low against normal characters but high against the
2217 return collate(*file1, *file2);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y495 sortlist(A) ::= sortlist(X) COMMA sortitem(Y) collate(C) sortorder(Z). {
499 sortlist(A) ::= sortitem(Y) collate(C) sortorder(Z). {
506 %type collate {Token}
511 collate(C) ::= . {C.z = 0; C.n = 0;}
512 collate(C) ::= COLLATE id(X). {C = X;}
817 idxlist(A) ::= idxlist(X) COMMA idxitem(Y) collate(C) sortorder. {
825 idxlist(A) ::= idxitem(Y) collate(C) sortorder. {
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dreglib.h511 Collate_t collate; /* collation class */ member in union:Rex_s::__anon9364
H A Dregcomp.c1179 int collate; local
1194 collate = complicated = elements = 0;
1367 collate++;
1381 collate++;
1476 e->re.collate.invert = neg;
1477 e->re.collate.elements = ce;
1718 if (collate)
1780 e->re.collate.invert = 0;
1781 e->re.collate.elements = ce;
H A Dregnexec.c707 if (ic ? collic(rex->re.collate.elements, (char*)key, (char*)key, c, x) : collelt(rex->re.collate.elements, (char*)key, c, x))
718 return rex->re.collate.invert ? !r : r;
/macosx-10.10/vim-55/src/
H A Dhardcopy.c1360 static void prt_dsc_requirements __ARGS((int duplex, int tumble, int collate, int color, int num_copies));
2153 prt_dsc_requirements(duplex, tumble, collate, color, num_copies)
2156 int collate;
2163 if (!(duplex || collate || color || (num_copies > 1)))
2175 if (collate)
2176 prt_write_string(" collate");
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStringPrototype.cpp1306 return JSValue::encode(jsNumber(Collator().collate(s, a0.toString(exec)->value(exec))));
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsql.el976 "collate" "collation" "column" "commit" "completion" "connect"
1444 "while" "with" "work" "writetext" "collate" "function" "openxml"
1588 "case" "change" "character" "check" "checksum" "close" "collate"

Completed in 308 milliseconds

12