Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/moshi/
DJsonUtf8Reader.java225 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
/external/gson/gson/src/main/java/com/google/gson/stream/
DJsonReader.java476 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 JsonReader
1665 nextNonWhitespace(true); in consumeNonExecutePrefix()
/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp38 while (HasMoreInput && nextNonWhitespace()) { in parse()
97 bool nextNonWhitespace() { in nextNonWhitespace() function in clang::tooling::__anon4d41e6ba0111::CommandLineArgumentParser
/external/lottie/lottie/src/main/
Dbaseline-prof.txt533 HSPLcom/airbnb/lottie/parser/moshi/JsonUtf8Reader;->nextNonWhitespace(Z)I