Home | History | Annotate | Download | only in intltest

Lines Matching refs:str2

5896   UnicodeString str2;
5903 decFmt->format(num, str2, &iter2, status);
5911 str2.remove();
5912 decFmt->format(num, str2, NULL, status);
5913 assertEquals("null fpiter", str1, str2);