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

/external/stlport/src/
H A Dcollate.cpp24 // collate<char>
26 collate<char>::~collate() {}
28 int collate<char>::do_compare(const char* low1, const char* high1,
32 string collate<char>::do_transform(const char* low, const char* high) const
35 long collate<char>::do_hash(const char* low, const char* high) const {
43 // collate<wchar_t>
45 collate<wchar_t>::~collate() {}
48 collate<wchar_
[all...]
H A Dlocale.cpp201 L->name += string("LC_COLLATE=") + _Locale_extract_collate_name((c & locale::collate) ? collate_name : name, buf, 0, &__err_code) + ";";
278 if (c & locale::collate)
307 if (c & collate) {
308 impl->insert( i2, _STLP_STD::collate<char>::id);
310 impl->insert( i2, _STLP_STD::collate<wchar_t>::id);
435 const locale::category locale::collate; member in class:locale
H A Dlocale_impl.cpp356 this->insert(i2, collate<char>::id);
358 this->insert(i2, collate<wchar_t>::id);
398 this->insert(col, collate<char>::id);
400 if (wcol) this->insert(wcol, collate<wchar_t>::id);
632 new collate<char>(1),
646 new collate<wchar_t>(1),
677 locale::id collate<char>::id = { 1 };
686 locale::id collate<wchar_t>::id = { 14 };
H A Dfacets_byname.cpp185 : collate<char>(refs) {
193 locale::_M_throw_on_creation_failure(__err_code, name, "collate");
232 : collate<wchar_t>(refs) {
240 locale::_M_throw_on_creation_failure(__err_code, name, "collate");
/external/clang/test/SemaTemplate/
H A Dcrash-10438657.cpp5 class collate : public locale::facet { class in inherits:locale::facet
8 virtual ~collate() {}
/external/stlport/stlport/stl/
H A D_collate.h39 template <class _CharT> class collate {}; class
43 class _STLP_CLASS_DECLSPEC collate<char> : public locale::facet { class in inherits:locale::facet
48 explicit collate(size_t __refs = 0) : locale::facet(__refs) {} function in class:collate
65 ~collate();
72 collate(const collate<char>&);
73 collate<char>& operator =(const collate<char>&);
79 class _STLP_CLASS_DECLSPEC collate<wchar_t> : public locale::facet { class in inherits:locale::facet
84 explicit collate(size_ function in class:collate
[all...]
H A D_iosfwd.h100 template <class _CharT> class collate;
105 _STLP_TEMPLATE_NULL class collate<char>;
111 _STLP_TEMPLATE_NULL class collate<wchar_t>;
H A D_locale.h111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
/external/stlport/test/unit/
H A Dcollate_facets_test.cpp19 CPPUNIT_ASSERT( has_facet<collate<char> >(locale::classic()) );
20 collate<char> const& col = use_facet<collate<char> >(locale::classic());
39 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
40 collate<char> const& col = use_facet<collate<char> >(loc);
55 CPPUNIT_ASSERT( has_facet<collate<char> >(loc) );
56 collate<char> const& col = use_facet<collate<char> >(loc);
86 CPPUNIT_ASSERT( has_facet<collate<wchar_
187 locale loc(locale::classic(), "C", locale::collate); member in class:locale
199 locale loc(locale::classic(), "", locale::collate); member in class:locale
[all...]
/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DCollatorDefault.cpp54 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhsLength) const function in class:WTF::Collator
H A DCollator.h54 Result collate(const ::UChar*, size_t, const ::UChar*, size_t) const;
/external/stlport/
H A DAndroid.mk14 src/collate.cpp \
/external/chromium/chrome/browser/printing/
H A Dprint_dialog_gtk.cc177 bool collate; local
178 if (!settings.GetBoolean(printing::kSettingCollate, &collate))
180 gtk_print_settings_set_collate(gtk_settings_, collate);
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DCollatorICU.cpp92 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhsLength) const function in class:WTF::Collator
/external/webkit/Source/WebCore/xml/
H A DXSLTUnicodeSort.cpp201 tst = collator.collate(str1.characters(), str1.length(), str2.characters(), str2.length());
256 tst = collator.collate(str1.characters(), str1.length(), str2.characters(), str2.length());
/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c186 struct _Locale_name_hint* _Locale_get_collate_hint(struct _Locale_collate* collate) argument
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c271 struct _Locale_name_hint* _Locale_get_collate_hint(struct _Locale_collate* collate) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4511 milliseconds