Lines Matching refs:test5
209 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local
220 if (*test1 != *test5) in TestConstructionAndEquality()
227 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality()
241 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality()
245 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality()
251 delete test5; in TestConstructionAndEquality()
295 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); in TestConstructionAndEqualityUChariter() local
317 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter()
327 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter()
339 test5->getText(result5); in TestConstructionAndEqualityUChariter()
342 test5->setText(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter()
343 test5->getText(result5); in TestConstructionAndEqualityUChariter()
346 test5->setText(testText, u_strlen(testText)); in TestConstructionAndEqualityUChariter()
347 test5->getText(result5); in TestConstructionAndEqualityUChariter()
353 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEqualityUChariter()
360 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEqualityUChariter()
367 delete test5; in TestConstructionAndEqualityUChariter()