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

  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 153 int tmpOffset = offset;
155 final int codePoint = Character.codePointBefore(text, tmpOffset);
156 tmpOffset -= Character.charCount(codePoint);
277 } while (tmpOffset > 0 && state != STATE_FINISHED);
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 538 int tmpOffset = offset;
544 mSocketOS.write(b, tmpOffset, tmpLength);
545 tmpOffset += tmpLength;
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 180 milliseconds