Searched refs:hasSkip (Results 1 – 4 of 4) sorted by relevance
239 boolean hasSkip = false; in textToNumericFormatV6()244 if (hasSkip) { in textToNumericFormatV6()247 hasSkip = true; in textToNumericFormatV6()264 if (hasSkip && partsSkipped <= 0) { in textToNumericFormatV6()267 if (!hasSkip && delimiterCount + 1 != IPV6_PART_COUNT) { in textToNumericFormatV6()
242 boolean hasSkip = false; in textToNumericFormatV6()247 if (hasSkip) { in textToNumericFormatV6()250 hasSkip = true; in textToNumericFormatV6()267 if (hasSkip && partsSkipped <= 0) { in textToNumericFormatV6()270 if (!hasSkip && delimiterCount + 1 != IPV6_PART_COUNT) { in textToNumericFormatV6()
26 assertFalse(tng.hasSkip()); in testInvocationCounts()
1787 public boolean hasSkip() { in hasSkip() method in TestNG1888 public void setHasSkip(boolean hasSkip) { in setHasSkip() argument