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

  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 796 const CEI lastCEI = *target->prevCE(lIndex);
798 int32_t minLimit = lastCEI.lowOffset;
799 int32_t maxLimit = lastCEI.highOffset;
827 if (nbb >= lastCEI.highOffset) {
usearch.cpp     [all...]
  /external/icu4c/i18n/
bmsearch.cpp 749 const CEI lastCEI = *target->prevCE(lIndex);
751 int32_t minLimit = lastCEI.lowOffset;
752 int32_t maxLimit = lastCEI.highOffset;
780 if (nbb >= lastCEI.highOffset) {
usearch.cpp     [all...]

Completed in 309 milliseconds