Searched refs:digitIndex (Results 1 – 2 of 2) sorted by relevance
192 int digitIndex = 0; in freeFormatExponential() local196 sb.append0((char) ('0' + digits[digitIndex++])); in freeFormatExponential()203 if (digitIndex >= digitCount) { in freeFormatExponential()206 sb.append0((char) ('0' + digits[digitIndex++])); in freeFormatExponential()217 int digitIndex = 0; in freeFormat() local229 int U = digits[digitIndex++]; in freeFormat()240 U = digitIndex < digitCount ? digits[digitIndex++] : -1; in freeFormat()
1097 int digitIndex = iThis;1101 int digit = -temp.digits[digitIndex];1102 digitIndex++;1103 if (digitIndex == numberLength) {1110 digit = ~temp.digits[digitIndex];1111 digitIndex++;1112 if (digitIndex == numberLength) {1121 int digit = temp.digits[digitIndex];1122 digitIndex++;1123 if (digitIndex == numberLength) {[all …]