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

  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ImageDescriptor.java 28 int highOffset;
44 highOffset = 0;
67 d.highOffset = (rawData[valueIndex++] & 0xff); // high byte offset
  /external/icu4c/i18n/
bmsearch.cpp 46 int32_t highOffset;
218 ceb[offset].highOffset = high;
269 ceb[offset].highOffset = high;
311 ceb[0].highOffset = last;
688 int32_t high = cei->highOffset;
692 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) {
752 int32_t maxLimit = lastCEI.highOffset;
764 if (nextCEI.lowOffset == nextCEI.highOffset && nextCEI.order != (uint32_t)UCOL_NULLORDER) {
772 if (firstCEI.lowOffset == firstCEI.highOffset) {
784 if (minLimit == lastCEI.highOffset && target->isBreakBoundary(minLimit))
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 678 int32_t highOffset;
772 list[listSize].highOffset = high;
802 return order->highOffset;
843 list[i].highOffset != other.list[i].highOffset) {
881 s += sprintf(s, "(%d, %d)", order->lowOffset, order->highOffset);
    [all...]
  /frameworks/base/services/input/
InputReader.h     [all...]

Completed in 190 milliseconds