Lines Matching full:settext
225 * Test for setText()
250 iter2->setText(test1, status);
254 errln("call to iter2->setText(test1) failed.");
261 //now use the overloaded setText(ChracterIterator&, UErrorCode) function to set the text
263 iter2->setText(*chariter, status);
266 errln("call to iter2->setText(chariter(test1)) failed.");
275 iter1->setText(empty, status);
280 ((StringCharacterIterator *)chariter)->setText(empty);
281 iter1->setText(*chariter, status);
309 iter->setText(str, status);
518 chariter.setText(empty);