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

  /external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp 45 int32_t lowOffset;
217 ceb[offset].lowOffset = low;
268 ceb[offset].lowOffset = low;
310 ceb[0].lowOffset = last;
687 int32_t low = cei->lowOffset;
750 int32_t mStart = firstCEI.lowOffset;
751 int32_t minLimit = lastCEI.lowOffset;
760 if (nextCEI.lowOffset > maxLimit) {
761 maxLimit = nextCEI.lowOffset;
764 if (nextCEI.lowOffset == nextCEI.highOffset && nextCEI.order != (uint32_t)UCOL_NULLORDER)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 677 int32_t lowOffset;
771 list[listSize].lowOffset = low;
791 return order->lowOffset;
842 list[i].lowOffset != other.list[i].lowOffset ||
881 s += sprintf(s, "(%d, %d)", order->lowOffset, order->highOffset);
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 326 int32_t lowOffset;
420 list[listSize].lowOffset = low;
440 return order->lowOffset;
491 list[i].lowOffset != other.list[i].lowOffset ||
530 s += sprintf(s, "(%d, %d)", order->lowOffset, order->highOffset);
    [all...]

Completed in 132 milliseconds