/external/clang/test/SemaTemplate/ |
crash-10438657.cpp | 5 class collate : public locale::facet { class in inherits:locale::facet 8 virtual ~collate() {}
|
/external/stlport/src/ |
collate.cpp | 24 // 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_t>::do_compare(const wchar_t* low1, const wchar_t* high1 [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
collate.cpp | 24 // 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_t>::do_compare(const wchar_t* low1, const wchar_t* high1 [all...] |
/external/chromium_org/printing/ |
print_settings_initializer.cc | 84 bool collate = false; local 87 if (!job_settings.GetBoolean(kSettingCollate, &collate) || 96 settings->set_collate(collate);
|
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/ |
CollatorICU.cpp | 88 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhsLength) const function in class:WTF::Collator
|
/external/stlport/stlport/stl/ |
_collate.h | 39 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_t __refs = 0) : locale::facet(__refs) { function in class:collate [all...] |
/external/stlport/test/unit/ |
collate_facets_test.cpp | 19 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_t> >(loc) ) 187 locale loc(locale::classic(), "C", locale::collate); member in class:locale 199 locale loc(locale::classic(), "", locale::collate); member in class:locale [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_collate.h | 39 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_t __refs = 0) : locale::facet(__refs) { function in class:collate [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
collate_facets_test.cpp | 19 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_t> >(loc) ) 187 locale loc(locale::classic(), "C", locale::collate); member in class:locale 199 locale loc(locale::classic(), "", locale::collate); member in class:locale [all...] |
/ndk/tests/device/test-stlport/unit/ |
collate_facets_test.cpp | 19 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_t> >(loc) ) 187 locale loc(locale::classic(), "C", locale::collate); member in class:locale 199 locale loc(locale::classic(), "", locale::collate); member in class:locale [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_collate.h | 39 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_t __refs = 0) : locale::facet(__refs) { function in class:collate [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_collate.h | 39 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_t __refs = 0) : locale::facet(__refs) { function in class:collate [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_collate.h | 39 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_t __refs = 0) : locale::facet(__refs) { function in class:collate [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_collate.h | 39 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_t __refs = 0) : locale::facet(__refs) { function in class:collate [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_collate.h | 39 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_t __refs = 0) : locale::facet(__refs) { function in class:collate [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_classes.h | 91 * The standard category values are none, ctype, numeric, collate, time, 100 static const category collate = 1L << 2; member in class:locale 104 static const category all = (ctype | numeric | collate | 237 * @brief Compare two strings according to collate. 240 * the collate facet in this locale. One use is to provide the locale to 249 * @return True if collate<Char> facet compares s1 < s2, else false. 293 // collate, ctype, monetary, numeric, time, and messages. These 597 * The collate template uses protected virtual functions to provide 601 * collate facet. 604 class collate : public locale::face class in inherits:locale::facet 631 collate(size_t __refs = 0) function in class:collate 645 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_classes.h | 94 * The standard category values are none, ctype, numeric, collate, time, 103 static const category collate = 1L << 2; member in class:locale 107 static const category all = (ctype | numeric | collate | 240 * @brief Compare two strings according to collate. 243 * the collate facet in this locale. One use is to provide the locale to 252 * @return True if collate<Char> facet compares s1 < s2, else false. 296 // collate, ctype, monetary, numeric, time, and messages. These 611 * The collate template uses protected virtual functions to provide 615 * collate facet. 618 class collate : public locale::face class in inherits:locale::facet 645 collate(size_t __refs = 0) function in class:collate 659 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_classes.h | 94 * The standard category values are none, ctype, numeric, collate, time, 103 static const category collate = 1L << 2; member in class:locale 107 static const category all = (ctype | numeric | collate | 240 * @brief Compare two strings according to collate. 243 * the collate facet in this locale. One use is to provide the locale to 252 * @return True if collate<Char> facet compares s1 < s2, else false. 296 // collate, ctype, monetary, numeric, time, and messages. These 611 * The collate template uses protected virtual functions to provide 615 * collate facet. 618 class collate : public locale::face class in inherits:locale::facet 645 collate(size_t __refs = 0) function in class:collate 659 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 91 * The standard category values are none, ctype, numeric, collate, time, 100 static const category collate = 1L << 2; member in class:locale 104 static const category all = (ctype | numeric | collate | 237 * @brief Compare two strings according to collate. 240 * the collate facet in this locale. One use is to provide the locale to 249 * @return True if collate<Char> facet compares s1 < s2, else false. 293 // collate, ctype, monetary, numeric, time, and messages. These 597 * The collate template uses protected virtual functions to provide 601 * collate facet. 604 class collate : public locale::face class in inherits:locale::facet 631 collate(size_t __refs = 0) function in class:collate 645 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 91 * The standard category values are none, ctype, numeric, collate, time, 100 static const category collate = 1L << 2; member in class:locale 104 static const category all = (ctype | numeric | collate | 237 * @brief Compare two strings according to collate. 240 * the collate facet in this locale. One use is to provide the locale to 249 * @return True if collate<Char> facet compares s1 < s2, else false. 293 // collate, ctype, monetary, numeric, time, and messages. These 597 * The collate template uses protected virtual functions to provide 601 * collate facet. 604 class collate : public locale::face class in inherits:locale::facet 631 collate(size_t __refs = 0) function in class:collate 645 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.h | 91 * The standard category values are none, ctype, numeric, collate, time, 100 static const category collate = 1L << 2; member in class:locale 104 static const category all = (ctype | numeric | collate | 237 * @brief Compare two strings according to collate. 240 * the collate facet in this locale. One use is to provide the locale to 249 * @return True if collate<Char> facet compares s1 < s2, else false. 293 // collate, ctype, monetary, numeric, time, and messages. These 597 * The collate template uses protected virtual functions to provide 601 * collate facet. 604 class collate : public locale::face class in inherits:locale::facet 631 collate(size_t __refs = 0) function in class:collate 645 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
locale_classes.h | 91 * The standard category values are none, ctype, numeric, collate, time, 100 static const category collate = 1L << 2; member in class:locale 104 static const category all = (ctype | numeric | collate | 237 * @brief Compare two strings according to collate. 240 * the collate facet in this locale. One use is to provide the locale to 249 * @return True if collate<Char> facet compares s1 < s2, else false. 293 // collate, ctype, monetary, numeric, time, and messages. These 597 * The collate template uses protected virtual functions to provide 601 * collate facet. 604 class collate : public locale::face class in inherits:locale::facet 631 collate(size_t __refs = 0) function in class:collate 645 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_classes.h | 94 * The standard category values are none, ctype, numeric, collate, time, 103 static const category collate = 1L << 2; member in class:locale 107 static const category all = (ctype | numeric | collate | 240 * @brief Compare two strings according to collate. 243 * the collate facet in this locale. One use is to provide the locale to 252 * @return True if collate<Char> facet compares s1 < s2, else false. 296 // collate, ctype, monetary, numeric, time, and messages. These 611 * The collate template uses protected virtual functions to provide 615 * collate facet. 618 class collate : public locale::face class in inherits:locale::facet 645 collate(size_t __refs = 0) function in class:collate 659 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
locale_classes.h | 94 * The standard category values are none, ctype, numeric, collate, time, 103 static const category collate = 1L << 2; member in class:locale 107 static const category all = (ctype | numeric | collate | 241 * @brief Compare two strings according to collate. 244 * the collate facet in this locale. One use is to provide the locale to 253 * @return True if collate<_Char> facet compares __s1 < __s2, else false. 297 // collate, ctype, monetary, numeric, time, and messages. These 579 * The collate template uses protected virtual functions to provide 583 * collate facet. 586 class collate : public locale::face class in inherits:locale::facet 613 collate(size_t __refs = 0) function in class:collate 627 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
locale_classes.h | 94 * The standard category values are none, ctype, numeric, collate, time, 103 static const category collate = 1L << 2; member in class:locale 107 static const category all = (ctype | numeric | collate | 240 * @brief Compare two strings according to collate. 243 * the collate facet in this locale. One use is to provide the locale to 252 * @return True if collate<Char> facet compares s1 < s2, else false. 296 // collate, ctype, monetary, numeric, time, and messages. These 611 * The collate template uses protected virtual functions to provide 615 * collate facet. 618 class collate : public locale::face class in inherits:locale::facet 645 collate(size_t __refs = 0) function in class:collate 659 collate(__c_locale __cloc, size_t __refs = 0) function in class:collate [all...] |