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

  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 58 const CEI *prevCE(int32_t offset);
223 const CEI *Target::prevCE(int32_t offset)
733 const CEI *cei = target->prevCE(lIndex);
739 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) {
761 const CEI *tcei = target->prevCE(tIndex++);
795 const CEI firstCEI = *target->prevCE(tIndex - 1);
796 const CEI lastCEI = *target->prevCE(lIndex);
  /external/icu4c/i18n/
bmsearch.cpp 58 const CEI *prevCE(int32_t offset);
225 const CEI *Target::prevCE(int32_t offset)
686 const CEI *cei = target->prevCE(lIndex);
692 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) {
714 const CEI *tcei = target->prevCE(tIndex++);
748 const CEI firstCEI = *target->prevCE(tIndex - 1);
749 const CEI lastCEI = *target->prevCE(lIndex);

Completed in 28 milliseconds