HomeSort by relevance Sort by last modified time
    Searched full:collate (Results 151 - 175 of 360) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
tclsqlite.test 38 } {1 {bad option "bogus": must be authorizer, backup, busy, cache, changes, close, collate, collation_needed, commit_hook, complete, copy, enable_load_extension, errorcode, eval, exists, function, incrblob, interrupt, last_insert_rowid, nullvalue, onecolumn, profile, progress, rekey, restore, rollback_hook, status, timeout, total_changes, trace, transaction, unlock_notify, update_hook, version, or wal_hook}}
135 set v [catch {db collate} msg]
137 } {1 {wrong # args: should be "db collate NAME SCRIPT"}}
enc.test 159 CREATE TABLE ab(a COLLATE test_collate, b);
select9.test 269 db collate reverse reverse
285 CREATE INDEX i2 ON t2(d DESC, e COLLATE REVERSE ASC);
303 ORDER BY 2 COLLATE reverse, 1
316 ORDER BY 2 COLLATE reverse, 1
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 33 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);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTUnicodeSort.cpp 170 tst = collator.collate(string1.data(), string1.size(), string2.data(), string2.size());
227 tst = collator.collate(string1.data(), string1.size(), string2.data(), string2.size());
  /external/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilts/ndk/5/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);
  /prebuilts/ndk/6/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);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CursorFragment.java 133 Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCursorSupport.java 172 People.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
LoaderRetainedSupport.java 163 People.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
  /external/chromium_org/chrome/browser/resources/print_preview/
native_layer.js 210 'collate': printTicketStore.collate.getValue(),
269 'collate': printTicketStore.collate.getValue(),
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_handler.cc 113 // Collate events which haven't been sent to WebUI yet.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
localefwd.h 146 class collate;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
localefwd.h 154 class collate;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
localefwd.h 154 class collate;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 146 class collate;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 146 class collate;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 146 class collate;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 146 class collate;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 154 class collate;

Completed in 1221 milliseconds

1 2 3 4 5 67 8 91011>>