Lines Matching refs:testText2
165 UnicodeString testText2("\\ud800\\udc01deadbeef"); in TestCoverage() local
166 testText2 = testText2.unescape(); in TestCoverage()
188 test->setText(testText2); in TestCoverage()
189 if(test->first32PostInc()!= testText2.char32At(0)){ in TestCoverage()
198 UnicodeString testText2("Don't bother using this string."); in TestConstructionAndEquality() local
208 CharacterIterator* test4 = new StringCharacterIterator(testText2); in TestConstructionAndEquality()
259 StringCharacterIterator* testChar2=new StringCharacterIterator(testText2); in TestConstructionAndEquality()
267 testChar3->setText(testText2); in TestConstructionAndEquality()
284 U_STRING_DECL(testText2, "Don't bother using this string.", 31); in TestConstructionAndEqualityUChariter()
287 U_STRING_INIT(testText2, "Don't bother using this string.", 31); in TestConstructionAndEqualityUChariter()
294 UCharCharacterIterator* test4 = new UCharCharacterIterator(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter()
342 test5->setText(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter()