Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DStringCharBuffer.java155 int thisRem = this.limit() - thisPos; in equals() local
167 int thisRem = this.limit() - thisPos; in compareTo() local
DIntBuffer.java925 int thisRem = this.limit() - thisPos; in mismatch() local
DShortBuffer.java920 int thisRem = this.limit() - thisPos; in mismatch() local
DLongBuffer.java919 int thisRem = this.limit() - thisPos; in mismatch() local
DFloatBuffer.java928 int thisRem = this.limit() - thisPos; in mismatch() local
DDoubleBuffer.java925 int thisRem = this.limit() - thisPos; in mismatch() local
DCharBuffer.java1133 int thisRem = this.limit() - thisPos; in mismatch() local
DByteBuffer.java1101 int thisRem = this.limit() - thisPos; in mismatch() local