Home
last modified time | relevance | path

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

/libcore/json/src/main/java/org/json/
DJSONTokener.java98 int c = nextCleanInternal(); in nextValue()
120 private int nextCleanInternal() throws JSONException { in nextCleanInternal() method in JSONTokener
370 int first = nextCleanInternal(); in readObject()
395 int separator = nextCleanInternal(); in readObject()
405 switch (nextCleanInternal()) { in readObject()
431 switch (nextCleanInternal()) { in readArray()
451 switch (nextCleanInternal()) { in readArray()
523 int nextCleanInt = nextCleanInternal(); in nextClean()