Lines Matching defs:test2
205 CharacterIterator* test2 = new StringCharacterIterator(testText, 5);
217 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
222 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
240 if (*test1 != *test2 || *test1 == *test5)
247 delete test2;
291 UCharCharacterIterator* test2 = new UCharCharacterIterator(testText, u_strlen(testText), 5);
314 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
322 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
352 if (*test1 != *test2 || *test1 == *test5)
363 delete test2;