Home
last modified time | relevance | path

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

/tools/platform-compat/java/com/android/class2nonsdklist/
DStringCursor.java46 public char peek() { in peek() method in StringCursor
57 public String peek(int n) throws StringCursorOutOfBoundsException { in peek() method in StringCursor
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt29 inline fun peek() = buffer[index] in isDigit() method in trebuchet.util.BufferReaderState