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

  /external/icu4c/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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimFileHandler.java 40 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset,
IccFileHandler.java 258 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset,
265 + " lowOffset = " + lowOffset + " length = " + length);
273 highOffset, lowOffset, length, null, null, mAid, response);
  /external/skia/legacy/src/effects/
SkBlurImageFilter.cpp 121 static void getBox3Params(SkScalar s, int *kernelSize, int* kernelSize3, int *lowOffset, int *highOffset)
127 *lowOffset = *highOffset = (d - 1) / 2;
131 *lowOffset = *highOffset - 1;
  /external/skia/src/effects/
SkBlurImageFilter.cpp 122 static void getBox3Params(SkScalar s, int *kernelSize, int* kernelSize3, int *lowOffset, int *highOffset)
128 *lowOffset = *highOffset = (d - 1) / 2;
132 *lowOffset = *highOffset - 1;
  /external/icu4c/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...]

Completed in 449 milliseconds