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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
misc1.test 22 db collate numeric numeric_collate
29 db collate text text_collate
411 # SELECT * FROM t6 ORDER BY a COLLATE unknown;
416 CREATE TABLE t8(x TEXT COLLATE numeric, y INTEGER COLLATE text, z);
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 179 'collate': printTicketStore.collate.getValue(),
238 'collate': printTicketStore.collate.getValue(),
  /external/chromium_org/printing/
printing_context_win.cc 315 bool collate; local
325 !job_settings.GetBoolean(kSettingCollate, &collate) ||
403 if (dev_mode->dmCopies > 1) // do not change collate unless multiple copies
404 dev_mode->dmCollate = collate ? DMCOLLATE_TRUE : DMCOLLATE_FALSE;
  /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;

Completed in 1658 milliseconds

1 2 3 4 5 67 8 91011>>