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

  /libcore/luni/src/main/java/libcore/icu/
AlphabeticIndex.java 66 public String getBucketLabel(int index) {
67 return getBucketLabel(peer, index);
72 private static native String getBucketLabel(long peer, int index);
150 public synchronized String getBucketLabel(int index) {
151 return getBucketLabel(peer, index);
169 private static native String getBucketLabel(long peer, int index);
  /libcore/luni/src/test/java/libcore/icu/
AlphabeticIndexTest.java 28 String label = ii.getBucketLabel(index);
153 String shenChenLabel = zh_CN.getBucketLabel(zh_CN.getBucketIndex("\u6c88"));
219 ii.getBucketLabel(-1);
225 ii.getBucketLabel(123456);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 77 // AlphabeticIndex.getBucketLabel() uses a binary search across
176 public String getBucketLabel(int bucketIndex) {
184 return mAlphabeticIndex.getBucketLabel(bucketIndex);
196 labels.add(getBucketLabel(i));
290 public String getBucketLabel(int bucketIndex) {
296 return super.getBucketLabel(bucketIndex);
468 public String getBucketLabel(int bucketIndex) {
469 return mUtils.getBucketLabel(bucketIndex);
473 return getBucketLabel(getBucketIndex(name));
ContactsDatabaseHelper.java     [all...]
  /libcore/luni/src/main/native/
libcore_icu_AlphabeticIndex.cpp 132 const UnicodeString& label(ai->getBucketLabel());
195 NATIVE_METHOD(AlphabeticIndex, getBucketLabel, "(JI)Ljava/lang/String;"),
201 NATIVE_METHOD(ImmutableIndex, getBucketLabel, "(JI)Ljava/lang/String;"),
  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 135 * showLabelAtTop(UI, index->getBucketLabel());
144 * showLabelInList(UI, index->getBucketLabel());
563 virtual const UnicodeString &getBucketLabel() const;
  /external/icu/icu4c/source/test/intltest/
alphaindextst.cpp 194 const UnicodeString &label2 = index->getBucketLabel();
257 // getBucketLabel(), getBucketType()
266 UnicodeString label = index->getBucketLabel();
304 UnicodeString label = index->getBucketLabel();
373 const UnicodeString &label = index.getBucketLabel();
452 UnicodeString label = aindex.getBucketLabel();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 137 return utils.getBucketLabel(bucketIndex);
  /external/icu/icu4c/source/i18n/
alphaindex.cpp     [all...]

Completed in 394 milliseconds