Home | History | Annotate | Download | only in intltest

Lines Matching refs:test4

208     CharacterIterator* test4 = new StringCharacterIterator(testText2);
218 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
224 || test1->hashCode() == test4->hashCode())
250 delete test4;
294 UCharCharacterIterator* test4 = new UCharCharacterIterator(testText2, u_strlen(testText2));
315 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
324 || test1->hashCode() == test4->hashCode())
338 test4->getText(result4);
366 delete test4;