Searched refs:digitIndex (Results 1 – 6 of 6) sorted by relevance
230 int32_t digitIndex = 0; in initialize() local234 digitIndex += U16_LENGTH(digit); in initialize()235 digit = digitString.char32At(digitIndex); in initialize()
548 int32_t digitIndex = fDecNumber->digits - i - 1; in getInt64() local549 int32_t v = (digitIndex >= 0) ? fDecNumber->lsu[digitIndex] : 0; in getInt64()
1922 int32_t digitIndex = 0; // Index into digitList.fDigits[] in subformat() local1925 digitIndex = digits.getDecimalAt() - count; in subformat()1936 if (i < digits.getDecimalAt() && digitIndex < digits.getCount() && in subformat()1939 appendTo += (UChar32)localizedDigits[digits.getDigitValue(digitIndex++)]; in subformat()1975 UBool fractionPresent = (!isInteger && digitIndex < digits.getCount()) || in subformat()1998 (sigCount >= minSigDig && digitIndex == digits.getCount()))) { in subformat()2011 (isInteger || digitIndex >= digits.getCount())) { in subformat()2026 if (!isInteger && digitIndex < digits.getCount()) { in subformat()2027 appendTo += (UChar32)localizedDigits[digits.getDigitValue(digitIndex++)]; in subformat()2038 (digitIndex == digits.getCount() && sigCount >= minSigDig))) { in subformat()
544 int32_t digitIndex = fDecNumber->digits - i - 1; in getInt64() local545 int32_t v = (digitIndex >= 0) ? fDecNumber->lsu[digitIndex] : 0; in getInt64()
2011 int32_t digitIndex = 0; // Index into digitList.fDigits[]2014 digitIndex = digits.getDecimalAt() - count;2025 if (i < digits.getDecimalAt() && digitIndex < digits.getCount() &&2028 appendTo += (UChar32)localizedDigits[digits.getDigitValue(digitIndex++)];2064 UBool fractionPresent = (!isInteger && digitIndex < digits.getCount()) ||2087 (sigCount >= minSigDig && digitIndex == digits.getCount()))) {2100 (isInteger || digitIndex >= digits.getCount())) {2115 if (!isInteger && digitIndex < digits.getCount()) {2116 appendTo += (UChar32)localizedDigits[digits.getDigitValue(digitIndex++)];2127 (digitIndex == digits.getCount() && sigCount >= minSigDig))) {