Home | History | Annotate | Download | only in intltest

Lines Matching full:gettext

134     if(bi1->getText() != bi1clone->getText()   ||
135 bi2clone->getText() != bi2->getText() ||
244 logln((UnicodeString)"Testing getText setText ");
262 CharacterIterator *tci = &wordIter1->getText();
264 tci->getText(tstr);
277 TEST_ASSERT(wordIter1->getText() != charIter1->getText());
278 tci = &wordIter1->getText();
279 tci->getText(tstr);
281 tci = &charIter1->getText();
282 tci->getText(tstr);
288 if(rb->getText() != *text1)
291 if(rb->getText() != *text2)