Home | History | Annotate | Download | only in intltest

Lines Matching full:teststring

55     UnicodeString testString="Testing word break iterators's clone() and equals()";
56 bi1->setText(testString);
57 bi2->setText(testString);
58 biequal->setText(testString);
421 UnicodeString testString="0123456789";
422 bi->setText(testString);
1463 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){
1470 testString.extractBetween(start, gotoffset, selected);
1473 testString.extractBetween(gotoffset, start, selected);