Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DJsonReader.java587 switch (nextNonWhitespace()) { in nextInArray()
600 switch (nextNonWhitespace()) { in nextInArray()
628 switch (nextNonWhitespace()) { in nextInObject()
636 switch (nextNonWhitespace()) { in nextInObject()
649 int quote = nextNonWhitespace(); in nextInObject()
674 switch (nextNonWhitespace()) { in objectValue()
692 int c = nextNonWhitespace(); in nextValue()
778 private int nextNonWhitespace() throws IOException { in nextNonWhitespace() method in JsonReader