Home | History | Annotate | Download | only in intltest

Lines Matching defs:out

490     UnicodeString out;
492 out = nf->format(x, out, pos);
493 logln("0.00159999 formats with 4 fractional digits to " + out);
495 if (out != expected)
510 // TODO: There is not a good way to find out that the creation of this number format has
1205 UnicodeString out;
1207 out = df->format(x, out, pos);
1208 logln(UnicodeString("") + x + " formats with 1 fractional digits to " + out);
1209 if (out != expected)
1672 // out of the ResourceBundle directly, since DecimalFormat.toPattern
1952 UnicodeString out;
1954 out = nf->format(pi, out, pos);
1959 nf->parse(out, num, pp);
1978 if (val == val2 && out == out2) {
1980 out + "\" -> " + val + " -> \"" +
1985 out + "\" -> " + val + " -> \"" +
2288 UnicodeString out;
2290 fmt.format(in, out, pos);
2291 if (out == exp) {
2292 logln(UnicodeString("Ok: ") + in + " x " + pat + " = " + out);
2294 errln(UnicodeString("FAIL: ") + in + " x " + pat + " = " + out +
2400 // trip properly. Test stream in/out integrity too.