Lines Matching refs:_pos
78 MultiplierSubstitution(int32_t _pos, in MultiplierSubstitution() argument
83 : NFSubstitution(_pos, _ruleSet, description, status), divisor(rule->getDivisor()) in MultiplierSubstitution()
185 IntegralPartSubstitution(int32_t _pos, in IntegralPartSubstitution() argument
189 : NFSubstitution(_pos, _ruleSet, description, status) {} in IntegralPartSubstitution()
244 AbsoluteValueSubstitution(int32_t _pos, in AbsoluteValueSubstitution() argument
248 : NFSubstitution(_pos, _ruleSet, description, status) {} in AbsoluteValueSubstitution()
276 NumeratorSubstitution(int32_t _pos, in NumeratorSubstitution() argument
281 : NFSubstitution(_pos, _ruleSet, fixdesc(description), status), denominator(_denominator) in NumeratorSubstitution()
405 NFSubstitution::NFSubstitution(int32_t _pos, in NFSubstitution() argument
409 : pos(_pos), ruleSet(NULL), numberFormat(NULL) in NFSubstitution()
574 NFSubstitution::doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t _pos, int32_t r… in doSubstitution() argument
580 … ruleSet->format(transformNumber(number), toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution()
594 toInsertInto.insert(_pos + this->pos, temp); in doSubstitution()
607 toInsertInto.insert(_pos + this->pos, temp); in doSubstitution()
623 NFSubstitution::doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos, int32_t re… in doSubstitution() argument
631 … infiniteRule->doFormat(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution()
638 …ruleSet->format(util64_fromDouble(numberToFormat), toInsertInto, _pos + this->pos, recursionCount,… in doSubstitution()
645 ruleSet->format(numberToFormat, toInsertInto, _pos + this->pos, recursionCount, status); in doSubstitution()
649 toInsertInto.insert(_pos + this->pos, temp); in doSubstitution()
793 SameValueSubstitution::SameValueSubstitution(int32_t _pos, in SameValueSubstitution() argument
797 : NFSubstitution(_pos, _ruleSet, description, status) in SameValueSubstitution()
829 ModulusSubstitution::ModulusSubstitution(int32_t _pos, in ModulusSubstitution() argument
835 : NFSubstitution(_pos, _ruleSet, description, status) in ModulusSubstitution()
880 ModulusSubstitution::doSubstitution(int64_t number, UnicodeString& toInsertInto, int32_t _pos, int3… in doSubstitution() argument
886 NFSubstitution::doSubstitution(number, toInsertInto, _pos, recursionCount, status); in doSubstitution()
892 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
905 ModulusSubstitution::doSubstitution(double number, UnicodeString& toInsertInto, int32_t _pos, int32… in doSubstitution() argument
911 NFSubstitution::doSubstitution(number, toInsertInto, _pos, recursionCount, status); in doSubstitution()
918 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
1005 FractionalPartSubstitution::FractionalPartSubstitution(int32_t _pos, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1009 : NFSubstitution(_pos, _ruleSet, description, status) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
1044 … int32_t _pos, int32_t recursionCount, UErrorCode& status) const in doSubstitution() argument
1049 NFSubstitution::doSubstitution(number, toInsertInto, _pos, recursionCount, status); in doSubstitution()
1085 toInsertInto.insert(_pos + getPos(), gSpace); in doSubstitution()
1090 getRuleSet()->format(digit, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()
1096 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos(), recursionCount, status); in doSubstitution()