Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DJsonReader.java649 int quote = nextNonWhitespace(); in nextInObject() local
876 private String nextString(char quote) throws IOException { in nextString()