/external/bluetooth/glib/tests/ |
run-collate-tests.sh | 21 for I in ${srcdir:-.}/collate/*.in; do 24 ./unicode-collate $I > collate.out 28 diff collate.out ${srcdir:-.}/collate/$name.unicode || 30 ./unicode-collate --key $I > collate.out 31 diff collate.out ${srcdir:-.}/collate/$name.unicode || 33 ./unicode-collate --file $I > collate.ou [all...] |
.gitignore | 9 collate.out 69 unicode-collate
|
Makefile.am | 72 unicode-collate \ 146 test_scripts = run-markup-tests.sh run-collate-tests.sh run-bookmark-test.sh 148 test_script_support_programs = markup-test unicode-collate bookmarkfile-test 233 mkdir $(distdir)/collate; \ 234 for f in $(srcdir)/collate/* ; do \ 235 if test -f $$f; then cp $$f $(distdir)/collate; fi; done 245 collate.out
|
/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/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...] |
_iosfwd.h | 100 template <class _CharT> class collate; 105 _STLP_TEMPLATE_NULL class collate<char>; 111 _STLP_TEMPLATE_NULL class collate<wchar_t>;
|
/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...] |
_iosfwd.h | 100 template <class _CharT> class collate; 105 _STLP_TEMPLATE_NULL class collate<char>; 111 _STLP_TEMPLATE_NULL class collate<wchar_t>;
|
/prebuilt/ndk/android-ndk-r5/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...] |
_iosfwd.h | 100 template <class _CharT> class collate; 105 _STLP_TEMPLATE_NULL class collate<char>; 111 _STLP_TEMPLATE_NULL class collate<wchar_t>;
|
/prebuilt/ndk/android-ndk-r6/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...] |
_iosfwd.h | 100 template <class _CharT> class collate; 105 _STLP_TEMPLATE_NULL class collate<char>; 111 _STLP_TEMPLATE_NULL class collate<wchar_t>;
|
/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/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...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_classes.tcc | 82 typedef std::collate<_CharT> __collate_type; 122 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const 128 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const 133 collate<_CharT>:: 171 typename collate<_CharT>::string_type 172 collate<_CharT>:: 228 collate<_CharT>:: 244 extern template class collate<char>; 248 const collate<char>& 249 use_facet<collate<char> >(const locale&) [all...] |
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...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.tcc | 82 typedef std::collate<_CharT> __collate_type; 122 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const 128 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const 133 collate<_CharT>:: 171 typename collate<_CharT>::string_type 172 collate<_CharT>:: 228 collate<_CharT>:: 244 extern template class collate<char>; 248 const collate<char>& 249 use_facet<collate<char> >(const locale&) [all...] |
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...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_classes.tcc | 82 typedef std::collate<_CharT> __collate_type; 122 collate<_CharT>::_M_compare(const _CharT*, const _CharT*) const 128 collate<_CharT>::_M_transform(_CharT*, const _CharT*, size_t) const 133 collate<_CharT>:: 171 typename collate<_CharT>::string_type 172 collate<_CharT>:: 228 collate<_CharT>:: 244 extern template class collate<char>; 248 const collate<char>& 249 use_facet<collate<char> >(const locale&) [all...] |
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...] |
/external/chromium/chrome/browser/resources/ |
print_preview.html | 86 <span id="collate-option" hidden> 87 <input name="collate" type="checkbox" id="collate"> 88 <label for="collate" i18n-content="optionCollate"></label>
|
/external/e2fsprogs/e2fsck/ |
problemP.h | 38 #define PR_NOCOLLATE 0x008000 /* Don't collate answers for this latch */
|
/frameworks/base/core/tests/coretests/src/android/database/ |
DatabaseLocaleTest.java | 50 "CREATE TABLE test (id INTEGER PRIMARY KEY, data TEXT COLLATE LOCALIZED);"); 93 results = query("SELECT data FROM test ORDER BY data COLLATE LOCALIZED ASC");
|