Home | History | Annotate | Download | only in intltest

Lines Matching refs:str2

66   UnicodeString str2;
67 out += cal.getTimeZone().getDisplayName(str2);
1567 UnicodeString str, str2;
1622 UnicodeString str("FAIL: Results of add differ. "), str2;
1623 str += fmt.format(start, str2) + " ";
1625 fmt.format(cal->getTime(errorCode), str2.remove()) + "; ";
1627 fmt.format(calclone->getTime(errorCode), str2.remove());