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

1 2

  /external/chromium_org/third_party/libaddressinput/chromium/
canonicalize_string.cc 45 int32_t buffer_size = collator_->getSortKey(icu_str, NULL, 0);
49 collator_->getSortKey(icu_str, buffer.get(), buffer_size);
input_suggester.cc 243 collator_->getSortKey(icu_str, &buffer_[0], buffer_size());
248 sort_key_size = collator_->getSortKey(icu_str, &buffer_[0], buffer_size());
  /libcore/luni/src/main/java/libcore/icu/
NativeCollation.java 30 public static native byte[] getSortKey(long address, String source);
RuleBasedCollatorICU.java 98 byte[] key = NativeCollation.getSortKey(address, source);
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp     [all...]
ucaconf.cpp 229 int32_t resLen = coll->getSortKey(buffer, buflen, newSk, 1024);
tsmthred.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp     [all...]
ucaconf.cpp 184 logln("-prop:ucaconfnosortkeys=1 turns off getSortKey() in UCAConformanceTest");
223 int32_t resLen = withSortKeys ? coll->getSortKey(buffer, buflen, newSk, 1024) : 0;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coll.h 146 * sort keys provide better performance. The <code>getSortKey</code> methods
    [all...]
tblcoll.h 562 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result,
577 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
coll.h 142 * sort keys provide better performance. The <code>getSortKey</code> methods
    [all...]
tblcoll.h 619 virtual int32_t getSortKey(const UnicodeString& source, uint8_t *result,
634 virtual int32_t getSortKey(const UChar *source, int32_t sourceLength,
    [all...]
  /frameworks/support/v4/api20/android/support/v4/app/
NotificationCompatApi20.java 195 public static String getSortKey(Notification notif) {
196 return notif.getSortKey();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 110 public String getSortKey(String name) {
456 public String getSortKey(String name, int nameStyle) {
457 return mUtils.getSortKey(name);
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java 455 public String getSortKey(Notification n);
522 public String getSortKey(Notification n) {
633 public String getSortKey(Notification n) {
634 return NotificationCompatJellybean.getSortKey(n);
684 public String getSortKey(Notification n) {
685 return NotificationCompatKitKat.getSortKey(n);
738 public String getSortKey(Notification n) {
739 return NotificationCompatApi20.getSortKey(n);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 520 int32_t RuleBasedCollator::getSortKey(const UnicodeString& source,
527 int32_t RuleBasedCollator::getSortKey(const UChar *source,
  /frameworks/base/core/java/android/service/notification/
StatusBarNotification.java 96 final String sortKey = getNotification().getSortKey();
  /frameworks/support/v4/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 152 public static String getSortKey(Notification notif) {
  /libcore/luni/src/main/native/
libcore_icu_NativeCollation.cpp 255 NATIVE_METHOD(NativeCollation, getSortKey, "(JLjava/lang/String;)[B"),
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 249 String groupSortKey = record.getNotification().getSortKey();
  /frameworks/support/v4/jellybean/android/support/v4/app/
NotificationCompatJellybean.java 403 public static String getSortKey(Notification n) {
  /external/chromium_org/components/autofill/core/browser/
autofill_country.cc     [all...]
  /external/icu/icu4c/source/i18n/
rulebasedcollator.cpp     [all...]
ucol.cpp 202 getSortKey(source, sourceLength, result, resultLength);

Completed in 1202 milliseconds

1 2