Home
last modified time | relevance | path

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

/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java187 int readUtf8CodePoint() throws IOException; in readUtf8CodePoint() method
DRealBufferedSource.java206 @Override public int readUtf8CodePoint() throws IOException { in readUtf8CodePoint() method in RealBufferedSource