Home
last modified time | relevance | path

Searched defs:thatRem (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
DStringCharBuffer.java164 int thatRem = that.limit() - thatPos; in equals() local
176 int thatRem = that.limit() - thatPos; in compareTo() local
DDoubleBuffer.java1877 int thatRem = that.limit() - thatPos; in equals() local
1912 int thatRem = that.limit() - thatPos; in compareTo() local
1964 int thatRem = that.limit() - thatPos; in mismatch() local
DIntBuffer.java1877 int thatRem = that.limit() - thatPos; in equals() local
1912 int thatRem = that.limit() - thatPos; in compareTo() local
1964 int thatRem = that.limit() - thatPos; in mismatch() local
DFloatBuffer.java1877 int thatRem = that.limit() - thatPos; in equals() local
1912 int thatRem = that.limit() - thatPos; in compareTo() local
1964 int thatRem = that.limit() - thatPos; in mismatch() local
DLongBuffer.java1877 int thatRem = that.limit() - thatPos; in equals() local
1912 int thatRem = that.limit() - thatPos; in compareTo() local
1964 int thatRem = that.limit() - thatPos; in mismatch() local
DShortBuffer.java1877 int thatRem = that.limit() - thatPos; in equals() local
1912 int thatRem = that.limit() - thatPos; in compareTo() local
1964 int thatRem = that.limit() - thatPos; in mismatch() local
DCharBuffer.java1877 int thatRem = that.limit() - thatPos; in equals() local
1912 int thatRem = that.limit() - thatPos; in compareTo() local
1964 int thatRem = that.limit() - thatPos; in mismatch() local
DByteBuffer.java1877 int thatRem = that.limit() - thatPos; in equals() local
1912 int thatRem = that.limit() - thatPos; in compareTo() local
1964 int thatRem = that.limit() - thatPos; in mismatch() local