Home
last modified time | relevance | path

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

/cts/libs/json/src/com/android/json/stream/
DJsonReader.java558 switch (nextNonWhitespace()) { in nextInArray()
571 switch (nextNonWhitespace()) { in nextInArray()
599 switch (nextNonWhitespace()) { in nextInObject()
607 switch (nextNonWhitespace()) { in nextInObject()
620 int quote = nextNonWhitespace(); in nextInObject()
645 switch (nextNonWhitespace()) { in objectValue()
663 int c = nextNonWhitespace(); in nextValue()
709 private int nextNonWhitespace() throws IOException { in nextNonWhitespace() method in JsonReader