Home | History | Annotate | Download | only in i18n

Lines Matching refs:apos

1232 NumeratorSubstitution::doSubstitution(double number, UnicodeString& toInsertInto, int32_t apos) const {
1245 toInsertInto.insert(apos + getPos(), gSpace);
1246 aruleSet->format((int64_t)0, toInsertInto, apos + getPos());
1248 apos += toInsertInto.length() - len;
1254 aruleSet->format(longNF, toInsertInto, apos + getPos());
1261 aruleSet->format(numberToFormat, toInsertInto, apos + getPos());
1266 toInsertInto.insert(apos + getPos(), temp);