Searched refs:digitIndex (Results 1 – 3 of 3) sorted by relevance
371 int32_t digitIndex = 0; in initialize() local375 digitIndex += U16_LENGTH(digit); in initialize()376 digit = digitString.char32At(digitIndex); in initialize()
1479 int digitIndex = 0; // Index into digitList.fDigits[] in subformatFixed() local1482 digitIndex = digitList.decimalAt - count; in subformatFixed()1487 if (i < digitList.decimalAt && digitIndex < digitList.count in subformatFixed()1490 result.append(digits[digitList.getDigitValue(digitIndex++)]); in subformatFixed()1533 boolean fractionPresent = (!isInteger && digitIndex < digitList.count) in subformatFixed()1573 (sigCount >= minSigDig && digitIndex == digitList.count))) { in subformatFixed()1583 (isInteger || digitIndex >= digitList.count)) { in subformatFixed()1601 if (!isInteger && digitIndex < digitList.count) { in subformatFixed()1602 byte digit = digitList.getDigitValue(digitIndex++); in subformatFixed()1621 (digitIndex == digitList.count && sigCount >= minSigDig))) { in subformatFixed()
1469 int digitIndex = 0; // Index into digitList.fDigits[] in subformatFixed() local1472 digitIndex = digitList.decimalAt - count; in subformatFixed()1477 if (i < digitList.decimalAt && digitIndex < digitList.count in subformatFixed()1480 result.append(digits[digitList.getDigitValue(digitIndex++)]); in subformatFixed()1523 boolean fractionPresent = (!isInteger && digitIndex < digitList.count) in subformatFixed()1563 (sigCount >= minSigDig && digitIndex == digitList.count))) { in subformatFixed()1573 (isInteger || digitIndex >= digitList.count)) { in subformatFixed()1591 if (!isInteger && digitIndex < digitList.count) { in subformatFixed()1592 byte digit = digitList.getDigitValue(digitIndex++); in subformatFixed()1611 (digitIndex == digitList.count && sigCount >= minSigDig))) { in subformatFixed()