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.java286 int skipIndex = -1; in textToNumericFormatV6() local
289 if (skipIndex >= 0) { in textToNumericFormatV6()
292 skipIndex = i; in textToNumericFormatV6()
298 if (skipIndex >= 0) { in textToNumericFormatV6()
300 partsHi = skipIndex; in textToNumericFormatV6()
301 partsLo = parts.length - skipIndex - 1; in textToNumericFormatV6()
318 if (!(skipIndex >= 0 ? partsSkipped >= 1 : partsSkipped == 0)) { in textToNumericFormatV6()