Home
last modified time | relevance | path

Searched refs:implReady (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamDecoder.java167 if ((len == 0) || !implReady()) in read()
188 return haveLeftoverChar || implReady(); in ready()
415 boolean implReady() { in implReady() method in StreamDecoder