Searched refs:skipIndex (Results 1 – 1 of 1) sorted by relevance
231 int skipIndex = -1; in textToNumericFormatV6() local234 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()