Home | History | Annotate | Download | only in intltest

Lines Matching refs:testString1

663     UnicodeString testString1("XFILE What subset of all possible test cases has the highest probability of detecting the most errors?");
666 CollationElementIterator *iterator1 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1);
668 CharacterIterator *chariter=new StringCharacterIterator(testString1);
672 CollationElementIterator *iterator2 = ((RuleBasedCollator*)col)->createCollationElementIterator(testString1);