Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/net/
DInetAddresses.java231 int skipIndex = -1; in textToNumericFormatV6() local
234 if (skipIndex >= 0) { in textToNumericFormatV6()
237 skipIndex = i; in textToNumericFormatV6()
243 if (skipIndex >= 0) { in textToNumericFormatV6()
245 partsHi = skipIndex; in textToNumericFormatV6()
246 partsLo = parts.length - skipIndex - 1; in textToNumericFormatV6()
263 if (!(skipIndex >= 0 ? partsSkipped >= 1 : partsSkipped == 0)) { in textToNumericFormatV6()