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

  /external/icu4c/i18n/unicode/
alphaindex.h 734 int32_t maxLabelCount_; // Limit on # of labels permitted in the index.
  /external/icu4c/i18n/
alphaindex.cpp 203 maxLabelCount_(99),
214 maxLabelCount_(99),
352 if (size > maxLabelCount_) {
357 int32_t bump = count * maxLabelCount_ / size;
906 return maxLabelCount_;
918 maxLabelCount_ = maxLabelCount
    [all...]

Completed in 141 milliseconds