Home
last modified time | relevance | path

Searched defs:rpos (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/test/java/lang/
DAbstractCompressExpandTest.java37 int rpos = 0; in testCompress() local
51 int rpos = 0; in testExpand() local
65 int rpos = 0; in testCompress() local
78 int rpos = 0; in testExpand() local
/libcore/ojluni/src/main/java/java/util/
DBase64.java1029 private int rpos = 0; field in Base64.DecInputStream