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

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

Completed in 46 milliseconds