Lines Matching defs:out
483 UnicodeString out;
485 out = nf->format(x, out, pos);
486 logln("0.00159999 formats with 4 fractional digits to " + out);
488 if (out != expected)
503 // TODO: There is not a good way to find out that the creation of this number format has
1198 UnicodeString out;
1200 out = df->format(x, out, pos);
1201 logln(UnicodeString("") + x + " formats with 1 fractional digits to " + out);
1202 if (out != expected)
1659 // out of the ResourceBundle directly, since DecimalFormat.toPattern
1939 UnicodeString out;
1941 out = nf->format(pi, out, pos);
1946 nf->parse(out, num, pp);
1965 if (val == val2 && out == out2) {
1967 out + "\" -> " + val + " -> \"" +
1972 out + "\" -> " + val + " -> \"" +
2275 UnicodeString out;
2277 fmt.format(in, out, pos);
2278 if (out == exp) {
2279 logln(UnicodeString("Ok: ") + in + " x " + pat + " = " + out);
2281 errln(UnicodeString("FAIL: ") + in + " x " + pat + " = " + out +
2387 // trip properly. Test stream in/out integrity too.