Searched refs:nextNonWhitespace (Results 1 – 4 of 4) sorted by relevance
225 int c = nextNonWhitespace(true); in doPeek()241 int c = nextNonWhitespace(true); in doPeek()254 int c = nextNonWhitespace(true); in doPeek()281 int c = nextNonWhitespace(true); in doPeek()298 int c = nextNonWhitespace(false); in doPeek()308 int c = nextNonWhitespace(true); in doPeek()886 private int nextNonWhitespace(boolean throwOnEof) throws IOException { in nextNonWhitespace() method in JsonUtf8Reader
476 int c = nextNonWhitespace(true); in doPeek()491 int c = nextNonWhitespace(true); in doPeek()503 int c = nextNonWhitespace(true); in doPeek()528 int c = nextNonWhitespace(true); in doPeek()547 int c = nextNonWhitespace(false); in doPeek()558 int c = nextNonWhitespace(true); in doPeek()1372 private int nextNonWhitespace(boolean throwOnEof) throws IOException { in nextNonWhitespace() method in JsonReader1665 nextNonWhitespace(true); in consumeNonExecutePrefix()
38 while (HasMoreInput && nextNonWhitespace()) { in parse()97 bool nextNonWhitespace() { in nextNonWhitespace() function in clang::tooling::__anon4d41e6ba0111::CommandLineArgumentParser
533 HSPLcom/airbnb/lottie/parser/moshi/JsonUtf8Reader;->nextNonWhitespace(Z)I