Home | History | Annotate | Download | only in intltest

Lines Matching refs:testText2

164     UnicodeString testText2("\\ud800\\udc01deadbeef");
165 testText2 = testText2.unescape();
187 test->setText(testText2);
188 if(test->first32PostInc()!= testText2.char32At(0)){
197 UnicodeString testText2("Don't bother using this string.");
207 CharacterIterator* test4 = new StringCharacterIterator(testText2);
258 StringCharacterIterator* testChar2=new StringCharacterIterator(testText2);
266 testChar3->setText(testText2);
283 U_STRING_DECL(testText2, "Don't bother using this string.", 31);
286 U_STRING_INIT(testText2, "Don't bother using this string.", 31);
293 UCharCharacterIterator* test4 = new UCharCharacterIterator(testText2, u_strlen(testText2));
341 test5->setText(testText2, u_strlen(testText2));