Lines Matching refs:testText2
163 UnicodeString testText2("\\ud800\\udc01deadbeef"); in TestCoverage() local
164 testText2 = testText2.unescape(); in TestCoverage()
186 test->setText(testText2); in TestCoverage()
187 if(test->first32PostInc()!= testText2.char32At(0)){ in TestCoverage()
196 UnicodeString testText2("Don't bother using this string."); in TestConstructionAndEquality() local
206 CharacterIterator* test4 = new StringCharacterIterator(testText2); in TestConstructionAndEquality()
257 StringCharacterIterator* testChar2=new StringCharacterIterator(testText2); in TestConstructionAndEquality()
265 testChar3->setText(testText2); in TestConstructionAndEquality()
282 U_STRING_DECL(testText2, "Don't bother using this string.", 31); in TestConstructionAndEqualityUChariter()
285 U_STRING_INIT(testText2, "Don't bother using this string.", 31); in TestConstructionAndEqualityUChariter()
292 UCharCharacterIterator* test4 = new UCharCharacterIterator(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter()
340 test5->setText(testText2, u_strlen(testText2)); in TestConstructionAndEqualityUChariter()