Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddcfmtsym.cpp230 int32_t digitIndex = 0; in initialize() local
234 digitIndex += U16_LENGTH(digit); in initialize()
235 digit = digitString.char32At(digitIndex); in initialize()
Ddigitlst.cpp548 int32_t digitIndex = fDecNumber->digits - i - 1; in getInt64() local
549 int32_t v = (digitIndex >= 0) ? fDecNumber->lsu[digitIndex] : 0; in getInt64()
Ddecimfmt.cpp1922 int32_t digitIndex = 0; // Index into digitList.fDigits[] in subformat() local
1925 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()
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp230 int32_t digitIndex = 0; in initialize() local
234 digitIndex += U16_LENGTH(digit); in initialize()
235 digit = digitString.char32At(digitIndex); in initialize()
Ddigitlst.cpp544 int32_t digitIndex = fDecNumber->digits - i - 1; in getInt64() local
545 int32_t v = (digitIndex >= 0) ? fDecNumber->lsu[digitIndex] : 0; in getInt64()
Ddecimfmt.cpp2011 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))) {