Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dnumfmt.cpp552 if (n->isNumeric() && n->getDigitList() != NULL) { in format()
561 format(*n->getDigitList(), appendTo, pos, status); in format()
607 if (n->isNumeric() && n->getDigitList() != NULL) { in format()
609 format(*n->getDigitList(), appendTo, posIter, status); in format()
Ddecimfmt.cpp1069 DigitList *dl = number.getDigitList(); in getFixedDecimal()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dfmtable.h656 DigitList *getDigitList() const { return fDecimalNum;} in getDigitList() function
/external/icu/icu4c/source/i18n/unicode/
Dfmtable.h656 DigitList *getDigitList() const { return fDecimalNum;} in getDigitList() function
/external/icu/icu4c/source/i18n/
Dnumfmt.cpp579 if (n->isNumeric() && n->getDigitList() != NULL) { in format()
588 format(*n->getDigitList(), appendTo, pos, status); in format()
634 if (n->isNumeric() && n->getDigitList() != NULL) { in format()
636 format(*n->getDigitList(), appendTo, posIter, status); in format()
Ddecimfmt.cpp1151 DigitList *dl = number.getDigitList();