Lines Matching refs:UnicodeString
27 SCharacterIterator(const UnicodeString& textStr){
39 void setText(const UnicodeString& newText){
43 virtual void getText(UnicodeString& result) {
137 UnicodeString text;
163 UnicodeString testText("Now is the time for all good men to come to the aid of their country.");
164 UnicodeString testText2("\\ud800\\udc01deadbeef");
196 UnicodeString testText("Now is the time for all good men to come to the aid of their country.");
197 UnicodeString testText2("Don't bother using this string.");
198 UnicodeString result1, result2, result3;
288 UnicodeString result, result4, result5;
333 if(result != UnicodeString(testText) || result4 != result || result5 != result)
378 UnicodeString text("Now is the time for all good men to come to the aid of their country.");
385 UnicodeString iterText;
404 errln((UnicodeString)"Character mismatch at position " + i +
433 errln((UnicodeString)"Character mismatch at position " + i +
459 UnicodeString)"firstPostInc failed. Expected->" +
462 errln((UnicodeString)"getIndex() after firstPostInc() failed");
475 errln((UnicodeString)"Character mismatch at position " + i +
476 (UnicodeString)", iterator has " + UCharToUnicodeString(c) +
477 (UnicodeString)", string has " + UCharToUnicodeString(text[i]));
506 errln((UnicodeString)"Character mismatch at position " + i +
531 errln((UnicodeString)"Character mismatch at position " + i +
553 UnicodeString text(textChars);
559 UnicodeString iterText;
638 errln((UnicodeString)"Iterator reached start prematurely for i=" + i);
640 errln((UnicodeString)"Iterator reached start prematurely for i=" + i);
671 errln((UnicodeString)"getIndex() after first32PostInc() failed");
846 UnicodeString s=UnicodeString("a \\U00010001b\\U0010fffdz", "").unescape();
1079 virtual void getText(UnicodeString &result) {