Home | History | Annotate | Download | only in intltest

Lines Matching defs:text1

6407     UnicodeString text1, text2;
6415 fmt->format(value, text1);
6422 if (text1 != text2) {
6423 errln((UnicodeString)"NumberFormat::format() should return the same result - text1="
6424 + text1 + " text2=" + text2);