Home
last modified time | relevance | path

Searched refs:getDecimalAt (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ddigitlst.h317 int32_t getDecimalAt();
Ddecimfmt.cpp1264 int32_t exponent = digits.getDecimalAt(); in subformat()
1285 digits.getDecimalAt() - exponent; in subformat()
1354 for (i=expDigits.getDecimalAt(); i<expDig; ++i) in subformat()
1357 for (i=0; i<expDigits.getDecimalAt(); ++i) in subformat()
1385 _max(1, digits.getDecimalAt()) : minIntDig; in subformat()
1386 if (digits.getDecimalAt() > 0 && count < digits.getDecimalAt()) { in subformat()
1387 count = digits.getDecimalAt(); in subformat()
1398 digitIndex = digits.getDecimalAt() - count; in subformat()
1406 if (i < digits.getDecimalAt() && digitIndex < digits.getCount() && in subformat()
1481 if (-1-i > (digits.getDecimalAt()-1)) { in subformat()
[all …]
Ddigitlst.cpp298 DigitList::getDecimalAt() { in getDecimalAt() function in DigitList
Dnfsubs.cpp1050 for (int32_t didx = dl.getCount()-1; didx>=dl.getDecimalAt(); didx--) { in doSubstitution()