Home | History | Annotate | Download | only in intltest

Lines Matching refs:testString1

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