Searched refs:inLength (Results 1 – 2 of 2) sorted by relevance
121 final int inLength = in.length(); in nextCleanInternal() local123 while (pos < inLength) { in nextCleanInternal()133 if (pos == inLength) { in nextCleanInternal()183 final int inLength = in.length(); in skipToEndOfLine() local185 for (; pos < inLength; pos++) { in skipToEndOfLine()213 final int inLength = in.length(); in nextString() local215 while (pos < inLength) { in nextString()227 if (pos == inLength) { in nextString()349 final int inLength = in.length(); in nextToInternal() local352 for (; pos < inLength; pos++) { in nextToInternal()[all …]
55 int inLength = in.remaining(); in decodeLoop() local56 for (int i = 0; i < inLength; ++i) { in decodeLoop()76 int inLength = in.remaining(); in encodeLoop() local77 for (int i = 0; i < inLength; ++i) { in encodeLoop()