Home | History | Annotate | Download | only in intltest

Lines Matching refs:result1

2770         UnicodeString result1;
2772 full->format(number, result1, status);
2778 full->parse(result1, formattable, status);
2801 UnicodeString result1;
2802 full->format(now, result1, status);
2812 if (result1 != result2) {