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

  /external/icu4c/i18n/
bmsearch.cpp 752 int32_t maxLimit = lastCEI.highOffset;
756 target->setOffset(/*tOffset*/maxLimit);
760 if (nextCEI.lowOffset > maxLimit) {
761 maxLimit = nextCEI.lowOffset;
776 mLimit = maxLimit;
777 if (minLimit < maxLimit) {
785 if (mLimit > maxLimit) {
usearch.cpp     [all...]
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]

Completed in 170 milliseconds