Home | History | Annotate | Download | only in intltest

Lines Matching defs:result2

1732             UnicodeString result2;
1733 fmt2->format(1.111, result2, pos);
1735 if (result1 != result2) {
1737 result1 + " vs " + result2);