Home | History | Annotate | Download | only in i18n

Lines Matching refs:insert

572  * @param toInsertInto The string we insert the result into
575 * position to determine exactly where to insert the new text)
597 toInsertInto.insert(_pos + this->pos, temp);
606 * @param toInsertInto The string we insert the result into
609 * position to determine exactly where to insert the new text)
631 toInsertInto.insert(_pos + this->pos, temp);
865 * @toInsertInto The string to insert the result of this substitution
890 * @toInsertInto The string to insert the result of this substitution
1006 * @param toInsertInto The string to insert the result of formatting
1035 // toInsertInto.insert(_pos + getPos(), gSpace);
1049 toInsertInto.insert(_pos + getPos(), gSpace);
1057 toInsertInto.insert(_pos + getPos(), gSpace);
1200 toInsertInto.insert(apos + getPos(), gSpace);
1221 toInsertInto.insert(apos + getPos(), temp);