Lines Matching refs:test5
205 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local
216 if (*test1 != *test5) in TestConstructionAndEquality()
223 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality()
237 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality()
241 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality()
247 delete test5; in TestConstructionAndEquality()
291 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); in TestConstructionAndEqualityUChariter() local
313 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter()
323 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter()
335 test5->getText(result5); in TestConstructionAndEqualityUChariter()
338 test5->setText(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter()
339 test5->getText(result5); in TestConstructionAndEqualityUChariter()
342 test5->setText(testText, u_strlen(testText)); in TestConstructionAndEqualityUChariter()
343 test5->getText(result5); in TestConstructionAndEqualityUChariter()
349 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEqualityUChariter()
356 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEqualityUChariter()
363 delete test5; in TestConstructionAndEqualityUChariter()