Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/net/
DInetAddresses.java242 int partsLo; // Number of parts to copy from below/after the "::" in textToNumericFormatV6() local
246 partsLo = parts.length - skipIndex - 1; in textToNumericFormatV6()
250 if (parts[parts.length - 1].length() == 0 && --partsLo != 0) { in textToNumericFormatV6()
257 partsLo = 0; in textToNumericFormatV6()
262 int partsSkipped = IPV6_PART_COUNT - (partsHi + partsLo); in textToNumericFormatV6()
276 for (int i = partsLo; i > 0; i--) { in textToNumericFormatV6()