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

  /external/icu4c/i18n/
bmsearch.cpp 799 int32_t maxLimit = lastCEI.highOffset;
803 target->setOffset(/*tOffset*/maxLimit);
807 if (nextCEI.lowOffset > maxLimit) {
808 maxLimit = nextCEI.lowOffset;
823 mLimit = maxLimit;
824 if (minLimit < maxLimit) {
832 if (mLimit > maxLimit) {
usearch.cpp     [all...]
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]

Completed in 1719 milliseconds