Lines Matching refs:recursionCount
149 …on(int64_t number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s…
150 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s…
216 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s…
291 …ion(double number, UnicodeString& toInsertInto, int32_t pos, int32_t recursionCount, UErrorCode& s…
570 …n(int64_t number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& s… in doSubstitution() argument
576 … ruleSet->format(transformNumber(number), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution()
604 …on(double number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& s… in doSubstitution() argument
612 … infiniteRule->doFormat(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution()
619 …>format(util64_fromDouble(numberToFormat), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution()
626 ruleSet->format(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution()
862 …n(int64_t number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& s… in doSubstitution() argument
868 NFSubstitution::doSubstitution(number, toInsertInto, _pos, recursionCount, status); in doSubstitution()
874 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
887 …on(double number, UnicodeString& toInsertInto, int32_t _pos, int32_t recursionCount, UErrorCode& s… in doSubstitution() argument
893 NFSubstitution::doSubstitution(number, toInsertInto, _pos, recursionCount, status); in doSubstitution()
900 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
1025 … int32_t _pos, int32_t recursionCount, UErrorCode& status) const in doSubstitution() argument
1030 NFSubstitution::doSubstitution(number, toInsertInto, _pos, recursionCount, status); in doSubstitution()
1072 getRuleSet()->format(digit, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
1078 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
1197 …on(double number, UnicodeString& toInsertInto, int32_t apos, int32_t recursionCount, UErrorCode& s… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1211 aruleSet->format((int64_t)0, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1219 aruleSet->format(longNF, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1226 aruleSet->format(numberToFormat, toInsertInto, apos + getPos(), recursionCount, status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()