Home | History | Annotate | Download | only in intltest

Lines Matching refs:UnicodeString

30     SCharacterIterator(const UnicodeString& textStr){
42 void setText(const UnicodeString& newText){
46 virtual void getText(UnicodeString& result) {
140 UnicodeString text;
164 UnicodeString testText("Now is the time for all good men to come to the aid of their country.");
165 UnicodeString testText2("\\ud800\\udc01deadbeef");
197 UnicodeString testText("Now is the time for all good men to come to the aid of their country.");
198 UnicodeString testText2("Don't bother using this string.");
199 UnicodeString result1, result2, result3;
289 UnicodeString result, result4, result5;
334 if(result != UnicodeString(testText) || result4 != result || result5 != result)
379 UnicodeString text("Now is the time for all good men to come to the aid of their country.");
386 UnicodeString iterText;
405 errln((UnicodeString)"Character mismatch at position " + i +
434 errln((UnicodeString)"Character mismatch at position " + i +
460 errln((UnicodeString)"firstPostInc failed. Expected->" +
463 errln((UnicodeString)"getIndex() after firstPostInc() failed");
476 errln((UnicodeString)"Character mismatch at position " + i +
477 (UnicodeString)", iterator has " + UCharToUnicodeString(c) +
478 (UnicodeString)", string has " + UCharToUnicodeString(text[i]));
507 errln((UnicodeString)"Character mismatch at position " + i +
532 errln((UnicodeString)"Character mismatch at position " + i +
554 UnicodeString text(textChars);
560 UnicodeString iterText;
639 errln((UnicodeString)"Iterator reached start prematurely for i=" + i);
641 errln((UnicodeString)"Iterator reached start prematurely for i=" + i);
672 errln((UnicodeString)"getIndex() after first32PostInc() failed");
847 UnicodeString s=UnicodeString("a \\U00010001b\\U0010fffdz", "").unescape();
1080 virtual void getText(UnicodeString &result) {