HomeSort by relevance Sort by last modified time
    Searched refs:getSortKey (Results 1 - 12 of 12) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 47 assertEquals(mContactLocaleUtils.getSortKey(LATIN_NAME, FullNameStyle.UNDEFINED),
58 assertTrue(mContactLocaleUtils.getSortKey(CHINESE_NAME,
61 assertTrue(mContactLocaleUtils.getSortKey(CHINESE_LATIN_MIX_NAME_1,
64 assertTrue(mContactLocaleUtils.getSortKey(CHINESE_LATIN_MIX_NAME_2,
86 mContactLocaleUtils.getSortKey(CHINESE_NAME, FullNameStyle.CHINESE).toUpperCase());
88 mContactLocaleUtils.getSortKey(CHINESE_NAME, FullNameStyle.CJK).toUpperCase());
91 mContactLocaleUtils.getSortKey(CHINESE_NAME, FullNameStyle.CHINESE).toUpperCase());
93 mContactLocaleUtils.getSortKey(CHINESE_NAME, FullNameStyle.CJK).toUpperCase());
94 assertEquals(LATIN_NAME, mContactLocaleUtils.getSortKey(LATIN_NAME, FullNameStyle.WESTERN));
  /libcore/luni/src/main/java/libcore/icu/
NativeCollation.java 28 public static native byte[] getSortKey(int address, String source);
RuleBasedCollatorICU.java 98 byte[] key = NativeCollation.getSortKey(address, source);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 40 public String getSortKey(String displayName) {
64 public String getSortKey(String displayName) {
87 return super.getSortKey(displayName);
151 public String getSortKey(String displayName, int nameStyle) {
152 return getForSort(Integer.valueOf(nameStyle)).getSortKey(displayName);
ContactsDatabaseHelper.java     [all...]
  /external/icu4c/test/intltest/
apicoll.cpp     [all...]
  /external/icu4c/i18n/unicode/
coll.h 146 * sort keys provide better performance. The <code>getSortKey</code> methods
487 * @deprecated ICU 2.8 Use getSortKey(...) instead
507 * @deprecated ICU 2.8 Use getSortKey(...) instead
    [all...]
tblcoll.h 416 * @deprecated ICU 2.8 Use getSortKey(...) instead
433 * @deprecated ICU 2.8 Use getSortKey(...) instead
631 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result,
646 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength,
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_country.cc 384 const std::string GetSortKey(const icu::Collator& collator,
479 std::string sort_key = GetSortKey(*collator,
502 std::string sort_key = GetSortKey(*collator,
536 const std::string CountryNames::GetSortKey(const icu::Collator& collator,
543 int32_t expected_size = collator.getSortKey(str, buffer->get(), *buffer_size);
550 expected_size = collator.getSortKey(str, buffer->get(), *buffer_size);
  /external/icu4c/i18n/
tblcoll.cpp 587 int32_t RuleBasedCollator::getSortKey(const UnicodeString& source,
594 int32_t RuleBasedCollator::getSortKey(const UChar *source,
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 186 NATIVE_METHOD(NativeCollation, getSortKey, "(ILjava/lang/String;)[B"),
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 474 milliseconds