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.java157 int thatRem = that.limit() - thatPos; in equals() local
169 int thatRem = that.limit() - thatPos; in compareTo() local
DIntBuffer.java927 int thatRem = that.limit() - thatPos; in mismatch() local
DShortBuffer.java922 int thatRem = that.limit() - thatPos; in mismatch() local
DLongBuffer.java921 int thatRem = that.limit() - thatPos; in mismatch() local
DFloatBuffer.java930 int thatRem = that.limit() - thatPos; in mismatch() local
DDoubleBuffer.java927 int thatRem = that.limit() - thatPos; in mismatch() local
DCharBuffer.java1135 int thatRem = that.limit() - thatPos; in mismatch() local
DByteBuffer.java1103 int thatRem = that.limit() - thatPos; in mismatch() local