Lines Matching refs:test5
207 CharacterIterator* test5 = test1->clone(); in TestConstructionAndEquality() local
218 if (*test1 != *test5) in TestConstructionAndEquality()
225 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEquality()
239 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEquality()
243 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEquality()
249 delete test5; in TestConstructionAndEquality()
293 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); in TestConstructionAndEqualityUChariter() local
315 if (*test1 != *test5 ) in TestConstructionAndEqualityUChariter()
325 if (test1->hashCode() != test5->hashCode()) in TestConstructionAndEqualityUChariter()
337 test5->getText(result5); in TestConstructionAndEqualityUChariter()
340 test5->setText(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter()
341 test5->getText(result5); in TestConstructionAndEqualityUChariter()
344 test5->setText(testText, u_strlen(testText)); in TestConstructionAndEqualityUChariter()
345 test5->getText(result5); in TestConstructionAndEqualityUChariter()
351 if (*test1 != *test2 || *test1 == *test5) in TestConstructionAndEqualityUChariter()
358 if (*test1 != *test3 || *test1 == *test5) in TestConstructionAndEqualityUChariter()
365 delete test5; in TestConstructionAndEqualityUChariter()