Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnumfmt.cpp454 if (n->isNumeric() && n->getDigitList() != NULL) { in format()
463 format(*n->getDigitList(), appendTo, pos, status); in format()
499 if (n->isNumeric() && n->getDigitList() != NULL) { in format()
501 format(*n->getDigitList(), appendTo, posIter, status); in format()
/external/icu4c/i18n/unicode/
Dfmtable.h603 DigitList *getDigitList() const { return fDecimalNum;}; in getDigitList() function