HomeSort by relevance Sort by last modified time
    Searched refs:nextNonWhitespace (Results 1 - 2 of 2) sorted by null

  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 558 switch (nextNonWhitespace()) {
571 switch (nextNonWhitespace()) {
599 switch (nextNonWhitespace()) {
607 switch (nextNonWhitespace()) {
620 int quote = nextNonWhitespace();
645 switch (nextNonWhitespace()) {
663 int c = nextNonWhitespace();
709 private int nextNonWhitespace() throws IOException {
    [all...]
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 38 while (HasMoreInput && nextNonWhitespace()) {
97 bool nextNonWhitespace() {

Completed in 942 milliseconds