Home | History | Annotate | Download | only in intltest

Lines Matching full:result2

1721             UnicodeString result2;
1722 fmt2->format(1.111, result2, pos);
1724 if (result1 != result2) {
1726 result1 + " vs " + result2);