HomeSort by relevance Sort by last modified time
    Searched defs:maxLabelCount (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
AlphabeticIndex.java 413 * @return maxLabelCount maximum number of labels.
417 return maxLabelCount;
424 * @param maxLabelCount Set the maximum number of labels. Currently, if the number is exceeded, then every
430 public AlphabeticIndex<V> setMaxLabelCount(int maxLabelCount) {
431 this.maxLabelCount = maxLabelCount;
484 // if the result is still too large, cut down to maxLabelCount elements, by removing every nth element
487 if (size > maxLabelCount) {
493 final int bump = count * maxLabelCount / size;
815 private int maxLabelCount = 99
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 185 milliseconds