Home | History | Annotate | Download | only in intltest

Lines Matching defs:out

493     UnicodeString out;
495 out = nf->format(x, out, pos);
496 logln("0.00159999 formats with 4 fractional digits to " + out);
498 if (out != expected)
513 // TODO: There is not a good way to find out that the creation of this number format has
1208 UnicodeString out;
1210 out = df->format(x, out, pos);
1211 logln(UnicodeString("") + x + " formats with 1 fractional digits to " + out);
1212 if (out != expected)
1675 // out of the ResourceBundle directly, since DecimalFormat.toPattern
1955 UnicodeString out;
1957 out = nf->format(pi, out, pos);
1962 nf->parse(out, num, pp);
1981 if (val == val2 && out == out2) {
1983 out + "\" -> " + val + " -> \"" +
1988 out + "\" -> " + val + " -> \"" +
2291 UnicodeString out;
2293 fmt.format(in, out, pos);
2294 if (out == exp) {
2295 logln(UnicodeString("Ok: ") + in + " x " + pat + " = " + out);
2297 errln(UnicodeString("FAIL: ") + in + " x " + pat + " = " + out +
2403 // trip properly. Test stream in/out integrity too.