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

12 3 4 5 6

  /external/stlport/
Android.mk 14 src/collate.cpp \
  /external/stlport/stlport/using/
locale 43 using _STLP_NEW_IO_NAMESPACE::collate;
  /ndk/sources/cxx-stl/stlport/stlport/using/
locale 43 using _STLP_NEW_IO_NAMESPACE::collate;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
locale 43 using _STLP_NEW_IO_NAMESPACE::collate;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/using/
locale 43 using _STLP_NEW_IO_NAMESPACE::collate;
  /external/chromium/chrome/browser/resources/
print_preview.js 110 * button and collate checkbox. If the specified value is invalid, displays an
215 * Checks whether the preview collate setting value is set or not.
217 * @return {boolean} true if collate setting is enabled and checked.
220 var collateField = $('collate');
266 'collate': isCollated(),
425 $('collate-option').hidden = getCopies() <= 1;
  /external/stlport/src/
locale.cpp 201 L->name += string("LC_COLLATE=") + _Locale_extract_collate_name((c & locale::collate) ? collate_name : name, buf, 0, &__err_code) + ";";
278 if (c & locale::collate)
307 if (c & collate) {
308 impl->insert( i2, _STLP_STD::collate<char>::id);
310 impl->insert( i2, _STLP_STD::collate<wchar_t>::id);
435 const locale::category locale::collate; member in class:locale
locale_impl.cpp 356 this->insert(i2, collate<char>::id);
358 this->insert(i2, collate<wchar_t>::id);
398 this->insert(col, collate<char>::id);
400 if (wcol) this->insert(wcol, collate<wchar_t>::id);
632 new collate<char>(1),
646 new collate<wchar_t>(1),
677 locale::id collate<char>::id = { 1 };
686 locale::id collate<wchar_t>::id = { 14 };
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 201 L->name += string("LC_COLLATE=") + _Locale_extract_collate_name((c & locale::collate) ? collate_name : name, buf, 0, &__err_code) + ";";
278 if (c & locale::collate)
307 if (c & collate) {
308 impl->insert( i2, _STLP_STD::collate<char>::id);
310 impl->insert( i2, _STLP_STD::collate<wchar_t>::id);
435 const locale::category locale::collate; member in class:locale
locale_impl.cpp 356 this->insert(i2, collate<char>::id);
358 this->insert(i2, collate<wchar_t>::id);
398 this->insert(col, collate<char>::id);
400 if (wcol) this->insert(wcol, collate<wchar_t>::id);
632 new collate<char>(1),
646 new collate<wchar_t>(1),
677 locale::id collate<char>::id = { 1 };
686 locale::id collate<wchar_t>::id = { 14 };
  /external/chromium/chrome/browser/printing/
print_dialog_gtk.cc 177 bool collate; local
178 if (!settings.GetBoolean(printing::kSettingCollate, &collate))
180 gtk_print_settings_set_collate(gtk_settings_, collate);
  /external/bluetooth/glib/tests/
unicode-collate.c 57 fprintf (stderr, "Usage: unicode-collate [--key|--file] [FILE]\n");
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
Collator.h 54 Result collate(const ::UChar*, size_t, const ::UChar*, size_t) const;
CollatorDefault.cpp 54 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhsLength) const function in class:WTF::Collator
  /packages/apps/Contacts/src/com/android/contacts/
GroupListLoader.java 54 Groups.TITLE + " COLLATE LOCALIZED ASC");
  /external/icu4c/test/intltest/
dadrcoll.cpp 8 * IntlTestCollator is the medium level test class for everything in the directory "collate".
76 dataerrln("collate/DataDrivenTest data not initialized!");
itmajor.cpp 71 case 2: name = "collate";
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 63 null, Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC");
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java 112 String sortOrder = ContactsContract.Contacts.DISPLAY_NAME + " COLLATE LOCALIZED ASC";
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 92 Collator::Result Collator::collate(const UChar* lhs, size_t lhsLength, const UChar* rhs, size_t rhsLength) const function in class:WTF::Collator
  /ndk/sources/cxx-stl/stlport/
Android.mk 30 src/collate.cpp \
  /packages/apps/Music/src/com/android/music/
VideoBrowserActivity.java 101 mSortOrder = MediaStore.Video.Media.TITLE + " COLLATE UNICODE";
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotification.java 59 * This inner class is used to collate downloads that are owned by
112 // Collate the notifications
  /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/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);

Completed in 743 milliseconds

12 3 4 5 6