Home
last modified time | relevance | path

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

/libcore/json/src/main/java/org/json/
DJSONTokener.java121 final int inLength = in.length(); in nextCleanInternal() local
123 while (pos < inLength) { in nextCleanInternal()
133 if (pos == inLength) { in nextCleanInternal()
183 final int inLength = in.length(); in skipToEndOfLine() local
185 for (; pos < inLength; pos++) { in skipToEndOfLine()
213 final int inLength = in.length(); in nextString() local
215 while (pos < inLength) { in nextString()
227 if (pos == inLength) { in nextString()
349 final int inLength = in.length(); in nextToInternal() local
352 for (; pos < inLength; pos++) { in nextToInternal()
[all …]
/libcore/luni/src/test/java/libcore/java/lang/
DStringTest.java55 int inLength = in.remaining(); in decodeLoop() local
56 for (int i = 0; i < inLength; ++i) { in decodeLoop()
76 int inLength = in.remaining(); in encodeLoop() local
77 for (int i = 0; i < inLength; ++i) { in encodeLoop()