HomeSort by relevance Sort by last modified time
    Searched refs:getDigitList (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/unicode/
fmtable.h 616 DigitList *getDigitList() const { return fDecimalNum;}
  /external/icu4c/i18n/
numfmt.cpp 526 if (n->isNumeric() && n->getDigitList() != NULL) {
535 format(*n->getDigitList(), appendTo, pos, status);
571 if (n->isNumeric() && n->getDigitList() != NULL) {
573 format(*n->getDigitList(), appendTo, posIter, status);
    [all...]

Completed in 168 milliseconds