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

/external/chromium_org/third_party/icu/source/i18n/
H A Dalphaindex.cpp207 maxLabelCount_(99),
218 maxLabelCount_(99),
356 if (size > maxLabelCount_) {
361 int32_t bump = count * maxLabelCount_ / size;
910 return maxLabelCount_;
922 maxLabelCount_ = maxLabelCount;
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp208 maxLabelCount_(99),
219 maxLabelCount_(99),
357 if (size > maxLabelCount_) {
362 int32_t bump = count * maxLabelCount_ / size;
861 return maxLabelCount_;
873 maxLabelCount_ = maxLabelCount;
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dalphaindex.h734 int32_t maxLabelCount_; // Limit on # of labels permitted in the index. member in class:AlphabeticIndex
/external/icu/icu4c/source/i18n/unicode/
H A Dalphaindex.h725 int32_t maxLabelCount_; // Limit on # of labels permitted in the index. member in class:AlphabeticIndex

Completed in 447 milliseconds