Home
last modified time | relevance | path

Searched refs:digitIndex (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp371 int32_t digitIndex = 0; in initialize() local
375 digitIndex += U16_LENGTH(digit); in initialize()
376 digit = digitString.char32At(digitIndex); in initialize()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat_ICU58_Android.java1479 int digitIndex = 0; // Index into digitList.fDigits[] in subformatFixed() local
1482 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()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDecimalFormat_ICU58_Android.java1469 int digitIndex = 0; // Index into digitList.fDigits[] in subformatFixed() local
1472 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()