Home
last modified time | relevance | path

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

/cts/libs/json/src/com/android/json/stream/
DJsonScope.java34 NONEMPTY_ARRAY, enumConstant
DJsonWriter.java187 return close(JsonScope.EMPTY_ARRAY, JsonScope.NONEMPTY_ARRAY, "]"); in endArray()
450 replaceTop(JsonScope.NONEMPTY_ARRAY); in beforeValue()
454 case NONEMPTY_ARRAY: // another in array in beforeValue()
DJsonReader.java321 case NONEMPTY_ARRAY: in peek()
555 replaceTop(JsonScope.NONEMPTY_ARRAY); in nextInArray()