Home | History | Annotate | Download | only in intltest

Lines Matching refs:str2

6255   UnicodeString str2;
6262 decFmt->format(num, str2, &iter2, status);
6270 str2.remove();
6271 decFmt->format(num, str2, NULL, status);
6272 assertEquals("null fpiter", str1, str2);
6863 UnicodeString str2(uch, len);
6865 exactMatch = (str == str2);