Home | History | Annotate | Download | only in intltest

Lines Matching refs:str2

6261   UnicodeString str2;
6268 decFmt->format(num, str2, &iter2, status);
6276 str2.remove();
6277 decFmt->format(num, str2, NULL, status);
6278 assertEquals("null fpiter", str1, str2);
6869 UnicodeString str2(uch, len);
6871 exactMatch = (str == str2);