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

  /libcore/luni/src/main/java/libcore/icu/
AlphabeticIndex.java 104 public synchronized AlphabeticIndex setMaxLabelCount(int count) {
105 setMaxLabelCount(peer, count);
164 private static native void setMaxLabelCount(long peer, int count);
  /libcore/luni/src/main/native/
libcore_icu_AlphabeticIndex.cpp 53 ai->setMaxLabelCount(count, status);
54 maybeThrowIcuException(env, "AlphabeticIndex::setMaxLabelCount", status);
182 NATIVE_METHOD(AlphabeticIndex, setMaxLabelCount, "(JI)V"),
  /external/icu4c/i18n/unicode/
alphaindex.h 472 virtual AlphabeticIndex &setMaxLabelCount(int32_t maxLabelCount, UErrorCode &status);
  /libcore/luni/src/test/java/libcore/icu/
AlphabeticIndexTest.java 184 .setMaxLabelCount(MAX_LABEL_COUNT)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 86 .setMaxLabelCount(300)
  /external/icu4c/i18n/
alphaindex.cpp 910 AlphabeticIndex &AlphabeticIndex::setMaxLabelCount(int32_t maxLabelCount, UErrorCode &status) {
    [all...]

Completed in 361 milliseconds