Lines Matching refs:test5
214 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local
225 if (*test1 != *test5) in TestConstructionAndEquality()
232 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality()
246 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality()
250 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality()
256 delete test5; in TestConstructionAndEquality()
300 UCharCharacterIterator* test5 = test1->clone(); in TestConstructionAndEqualityUChariter() local
322 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter()
332 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter()
344 test5->getText(result5); in TestConstructionAndEqualityUChariter()
347 test5->setText(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter()
348 test5->getText(result5); in TestConstructionAndEqualityUChariter()
351 test5->setText(testText, u_strlen(testText)); in TestConstructionAndEqualityUChariter()
352 test5->getText(result5); in TestConstructionAndEqualityUChariter()
358 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEqualityUChariter()
365 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEqualityUChariter()
372 delete test5; in TestConstructionAndEqualityUChariter()