Searched refs:maxLabelCount_ (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dalphaindex.h654 int32_t maxLabelCount_; // Limit on # of labels permitted in the index. member in class:AlphabeticIndex
/external/icu4c/i18n/
H A Dalphaindex.cpp236 // if the result is still too large, cut down to maxLabelCount_ elements, by removing every nth element
240 if (size > maxLabelCount_) {
248 const int32_t bump = count * maxLabelCount_ / size;
511 return maxLabelCount_;
523 maxLabelCount_ = maxLabelCount;
574 maxLabelCount_ = 99;

Completed in 45 milliseconds