Lines Matching full:str2
1684 UnicodeString str, str2;
1720 str2.remove()));
1734 univ.format(parsedate, str2.remove()));
1756 univ.format(parsedate, str2.remove()));
1788 UnicodeString str, str2;
3141 + " str2:" + str11);
3152 UnicodeString str2;
3153 str2 = fmt2->format(dt2, str2);
3154 logln(str2);
3156 UDate dt22 = fmt2->parse(str2, status);
3163 if (str2 != str22) {
3164 errln((UnicodeString)"FAIL: Different dates str1:" + str2
3165 + " str2:" + str22);
3189 + " str2:" + str33);
3213 + " str2:" + str44);