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

/libcore/json/src/main/java/org/json/
H A DJSONTokener.java94 int c = nextCleanInternal();
115 private int nextCleanInternal() throws JSONException { method in class:JSONTokener
353 int first = nextCleanInternal();
376 int separator = nextCleanInternal();
386 switch (nextCleanInternal()) {
411 switch (nextCleanInternal()) {
431 switch (nextCleanInternal()) {
503 int nextCleanInt = nextCleanInternal();

Completed in 43 milliseconds