Searched refs:numberToFormat (Results 1 – 1 of 1) sorted by relevance
590 double numberToFormat = transformNumber((double)number); in doSubstitution() local592 numberToFormat = uprv_floor(numberToFormat); in doSubstitution()596 numberFormat->format(numberToFormat, temp); in doSubstitution()615 double numberToFormat = transformNumber(number); in doSubstitution() local619 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() local882 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos()); in doSubstitution()[all …]