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

  /external/icu/icu4c/source/i18n/unicode/
alphaindex.h 725 int32_t maxLabelCount_; // Limit on # of labels permitted in the index.
  /external/icu/icu4c/source/i18n/
alphaindex.cpp 206 maxLabelCount_(99),
217 maxLabelCount_(99),
352 // if the result is still too large, cut down to maxLabelCount_ elements, by removing every nth element
355 if (size > maxLabelCount_) {
360 int32_t bump = count * maxLabelCount_ / size;
857 return maxLabelCount_;
869 maxLabelCount_ = maxLabelCount;
    [all...]

Completed in 384 milliseconds