Searched refs:substrEnd (Results 1 – 1 of 1) sorted by relevance
1215 int substrEnd = startChar + ((topChars == 0) ? charsPerInt : topChars); in parseFromString() local1218 substrStart = substrEnd, substrEnd = substrStart + charsPerInt) { in parseFromString()1219 int bigRadixDigit = Integer.parseInt(value.substring(substrStart, substrEnd), radix); in parseFromString()