Home
last modified time | relevance | path

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

/cts/libs/json/src/com/android/json/stream/
DJsonReader.java620 int quote = nextNonWhitespace(); in nextInObject() local
807 private String nextString(char quote) throws IOException { in nextString()