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

/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
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,
/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dcollate_members.cc1 // std::collate implementation details, GNU version -*- C++ -*-
31 // ISO C++ 14882: 22.2.4.1.2 collate virtual functions
45 collate<char>::_M_compare(const char* __one, const char* __two) const
53 collate<char>::_M_transform(char* __to, const char* __from,
60 collate<wchar_t>::_M_compare(const wchar_t* __one,
69 collate<wchar_t>::_M_transform(wchar_t* __to, const wchar_t* __from,
/freebsd-9.3-release/contrib/libstdc++/src/
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;
/freebsd-9.3-release/contrib/libstdc++/include/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.h2530 * The collate template uses protected virtual functions to provide
2534 * collate facet.
2537 class collate : public locale::facet class in inherits:locale::facet
2564 collate(size_t __refs = 0) function in class:collate
2578 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate
2586 * collate::do_compare().
2607 * another, etc. It does so by returning collate::do_transform().
2621 * does so by returning collate::do_hash().
2641 ~collate()
2690 locale::id collate<_Char
[all...]
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.decls.h110 extern int collate (const Char *, const Char *);
H A Dtw.parse.c2245 * negative collate low against normal characters but high against the
2267 return collate(*file1, *file2);
/freebsd-9.3-release/usr.bin/colldef/
H A Dparse.y40 #include "collate.h"
79 collate : statment_list label
137 "IO error writting collate version to destination file %s",
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp120 const locale::category locale::collate; member in class:locale
178 install(&make<_VSTD::collate<char> >(1u));
179 install(&make<_VSTD::collate<wchar_t> >(1u));
286 if (c & locale::collate)
357 if (c & locale::collate)
359 install_from<_VSTD::collate<char> >(one);
360 install_from<_VSTD::collate<wchar_t> >(one);
655 : collate<char>(refs),
666 : collate<char>(refs),
707 : collate<wchar_
[all...]
/freebsd-9.3-release/sys/netinet6/
H A Dip6_mroute.c327 static void collate();
861 collate(&(rte->t));
936 collate(struct timeval *t) function

Completed in 129 milliseconds