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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
ImageDescriptor.java 29 int lowOffset;
45 lowOffset = 0;
68 d.lowOffset = rawData[valueIndex++] & 0xff; // low byte offset
  /external/chromium/third_party/icu/source/i18n/
bmsearch.cpp 45 int32_t lowOffset;
215 ceb[offset].lowOffset = low;
266 ceb[offset].lowOffset = low;
308 ceb[0].lowOffset = last;
734 int32_t low = cei->lowOffset;
797 int32_t mStart = firstCEI.lowOffset;
798 int32_t minLimit = lastCEI.lowOffset;
807 if (nextCEI.lowOffset > maxLimit) {
808 maxLimit = nextCEI.lowOffset;
811 if (nextCEI.lowOffset == nextCEI.highOffset && nextCEI.order != (uint32_t)UCOL_NULLORDER)
    [all...]
  /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/base/telephony/java/com/android/internal/telephony/cdma/
RuimFileHandler.java 55 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset,
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccFileHandler.java 234 public void loadEFImgTransparent(int fileid, int highOffset, int lowOffset,
239 phone.mCM.iccIO(COMMAND_READ_BINARY, fileid, "img", highOffset, lowOffset,
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 684 int32_t lowOffset;
778 list[listSize].lowOffset = low;
798 return order->lowOffset;
849 list[i].lowOffset != other.list[i].lowOffset ||
888 s += sprintf(s, "(%d, %d)", order->lowOffset, order->highOffset);
1079 int32_t lowOffset;
    [all...]
  /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);
1074 int32_t lowOffset;
    [all...]

Completed in 253 milliseconds