Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dnfsubs.cpp590 double numberToFormat = transformNumber((double)number); in doSubstitution() local
592 numberToFormat = uprv_floor(numberToFormat); in doSubstitution()
596 numberFormat->format(numberToFormat, temp); in doSubstitution()
615 double numberToFormat = transformNumber(number); in doSubstitution() local
619 if (numberToFormat == uprv_floor(numberToFormat) && ruleSet != NULL) { in doSubstitution()
620 ruleSet->format(util64_fromDouble(numberToFormat), toInsertInto, _pos + this->pos); in doSubstitution()
627 ruleSet->format(numberToFormat, toInsertInto, _pos + this->pos); in doSubstitution()
630 numberFormat->format(numberToFormat, temp); in doSubstitution()
881 int64_t numberToFormat = transformNumber(number); in doSubstitution() local
882 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution()
[all …]