HomeSort by relevance Sort by last modified time
    Searched full:collate (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /external/webkit/Source/WebCore/xml/
XSLTUnicodeSort.cpp 201 tst = collator.collate(str1.characters(), str1.length(), str2.characters(), str2.length());
256 tst = collator.collate(str1.characters(), str1.length(), str2.characters(), str2.length());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 _STLP_STATIC_CONSTANT(category, collate = 0x010);
115 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 _STLP_STATIC_CONSTANT(category, collate = 0x010);
115 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 _STLP_STATIC_CONSTANT(category, collate = 0x010);
115 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 153 Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 132 Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCursorSupport.java 150 People.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
  /external/bluetooth/glib/tests/
makefile.msc.in 18 unicode-collate.exe
  /ndk/build/tools/
build-stlport.sh 110 src/collate.cpp \
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 52 private static final String COLLATE_NOCASE = " COLLATE NOCASE";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
localefwd.h 146 class collate;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 146 class collate;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 146 class collate;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
regex 105 static const syntax_option_type collate = 1 << _S_collate;
506 * @throws std::bad_cast if the current locale does not have a collate
513 using std::collate;
515 const collate<_Ch_type>& __c(use_facet<
516 collate<_Ch_type> >(_M_locale));
527 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
729 static const regex_constants::syntax_option_type collate
730 = regex_constants::collate;
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 105 static const syntax_option_type collate = 1 << _S_collate;
506 * @throws std::bad_cast if the current locale does not have a collate
513 using std::collate;
515 const collate<_Ch_type>& __c(use_facet<
516 collate<_Ch_type> >(_M_locale));
527 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
729 static const regex_constants::syntax_option_type collate
730 = regex_constants::collate;
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex 105 static const syntax_option_type collate = 1 << _S_collate;
506 * @throws std::bad_cast if the current locale does not have a collate
513 using std::collate;
515 const collate<_Ch_type>& __c(use_facet<
516 collate<_Ch_type> >(_M_locale));
527 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
729 static const regex_constants::syntax_option_type collate
730 = regex_constants::collate;
    [all...]
  /external/llvm/test/Transforms/Inline/
2006-11-09-InlineCGUpdate.ll 37 %"struct.std::collate<char>" = type { %"struct.std::locale::facet", %struct.__locale_struct* }
38 %"struct.std::collate_byname<char>" = type { %"struct.std::collate<char>" }
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 186 struct _Locale_name_hint* _Locale_get_collate_hint(struct _Locale_collate* collate)
266 /* Collate */
  /external/stlport/src/c_locale_glibc/
c_locale_glibc2.c 271 struct _Locale_name_hint* _Locale_get_collate_hint(struct _Locale_collate* collate)
361 /* Collate */
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 190 struct _Locale_name_hint* _Locale_get_collate_hint(struct _Locale_collate* collate)
270 /* Collate */
  /ndk/sources/cxx-stl/stlport/src/c_locale_glibc/
c_locale_glibc2.c 271 struct _Locale_name_hint* _Locale_get_collate_hint(struct _Locale_collate* collate)
361 /* Collate */
  /external/stlport/src/
facets_byname.cpp 185 : 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");
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 185 : 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");
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java     [all...]
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 53 CREATE TABLE people (_id INTEGER PRIMARY KEY AUTOINCREMENT,_sync_account TEXT,_sync_id TEXT,_sync_time TEXT,_sync_version TEXT,_sync_local_id INTEGER,_sync_dirty INTEGER NOT NULL DEFAULT 0,_sync_mark INTEGER,name TEXT COLLATE LOCALIZED,notes TEXT COLLATE LOCALIZED,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,primary_phone INTEGER REFERENCES phones(_id),primary_organization INTEGER REFERENCES organizations(_id),primary_email INTEGER REFERENCES contact_methods(_id),photo_version TEXT,custom_ringtone TEXT,send_to_voicemail INTEGER,phonetic_name TEXT COLLATE LOCALIZED);

Completed in 448 milliseconds

1 23 4 5 6