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

  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/
DoubleBuffer.java 148 int otherPos = otherBuffer.position;
153 otherDouble = otherBuffer.get(otherPos);
159 otherPos++;
FloatBuffer.java 150 int otherPos = otherBuffer.position;
155 otherFloat = otherBuffer.get(otherPos);
161 otherPos++;
IntBuffer.java 149 int otherPos = otherBuffer.position;
154 otherInt = otherBuffer.get(otherPos);
159 otherPos++;
LongBuffer.java 149 int otherPos = otherBuffer.position;
154 otherLong = otherBuffer.get(otherPos);
159 otherPos++;
ShortBuffer.java 149 int otherPos = otherBuffer.position;
153 otherByte = otherBuffer.get(otherPos);
158 otherPos++;
ByteBuffer.java 255 int otherPos = otherBuffer.position;
259 otherByte = otherBuffer.get(otherPos);
264 otherPos++;
    [all...]
CharBuffer.java 204 int otherPos = otherBuffer.position;
208 otherByte = otherBuffer.get(otherPos);
213 otherPos++;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalFormat.java 765 FieldPosition otherPos = new FieldPosition(pos.getField());
766 fDateFormat.format(secondCal, appendTo, otherPos);
767 if (pos.getEndIndex() == 0 && otherPos.getEndIndex() > 0) {
768 pos = otherPos;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalFormat.java 773 FieldPosition otherPos = new FieldPosition(pos.getField());
774 fDateFormat.format(secondCal, appendTo, otherPos);
775 if (pos.getEndIndex() == 0 && otherPos.getEndIndex() > 0) {
776 pos = otherPos;
    [all...]
  /external/icu/icu4c/source/i18n/
dtitvfmt.cpp 394 FieldPosition otherPos;
395 otherPos.setField(pos.getField());
396 fDateFormat->format(*secondCal, appendTo, otherPos);
397 if (pos.getEndIndex() == 0 && otherPos.getEndIndex() > 0) {
398 pos = otherPos;
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 

Completed in 1021 milliseconds