Home | History | Annotate | Download | only in i18n

Lines Matching refs:getPos

909         ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos());
935 ruleToUse->doFormat(numberToFormat, toInsertInto, _pos + getPos());
1083 // toInsertInto.insert(_pos + getPos(), gSpace);
1086 // getRuleSet()->format(digit, toInsertInto, _pos + getPos());
1102 toInsertInto.insert(_pos + getPos(), gSpace);
1107 getRuleSet()->format(digit, toInsertInto, _pos + getPos());
1113 getRuleSet()->format((int64_t)0, toInsertInto, _pos + getPos());
1245 toInsertInto.insert(apos + getPos(), gSpace);
1246 aruleSet->format((int64_t)0, toInsertInto, apos + getPos());
1254 aruleSet->format(longNF, toInsertInto, apos + getPos());
1261 aruleSet->format(numberToFormat, toInsertInto, apos + getPos());
1266 toInsertInto.insert(apos + getPos(), temp);