Home | History | Annotate | Download | only in intltest

Lines Matching full:test2

202     CharacterIterator* test2 = new StringCharacterIterator(testText, 5);
214 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
219 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
237 if (*test1 != *test2 || *test1 == *test5)
244 delete test2;
288 UCharCharacterIterator* test2 = new UCharCharacterIterator(testText, u_strlen(testText), 5);
311 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
319 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
349 if (*test1 != *test2 || *test1 == *test5)
360 delete test2;