Home | History | Annotate | Download | only in intltest

Lines Matching defs:out

1618     UnicodeString out;
1620 g->format(l, out);
1625 if (out.length() != 14) {
1628 for (int32_t i=0; i<out.length(); ++i) {
1640 UBool isGroup = (out.charAt(i) == 0x002C);
1650 escape(out) + "\"");
1654 escape(out) + "\"");
1700 UnicodeString out; nf.format(x, out);
1701 logln((UnicodeString)"" + x + " formats with " + maxFractionDigits + " fractional digits to " + out);
1702 if (!(out==expected)) errln((UnicodeString)"FAIL: Expected " + expected);
2642 UnicodeString pat, tok, mloc, str, out, where, currAmt;
2699 str, fmt->format(n, out.remove(), ec));
2757 str, mfmt->format(n, out.remove(), ec));
3462 // Parsing the formatted text will be out-of-range for an int64, however.
7912 /* Commented out for now until we decide how rounding to zero should work, +0 vs. -0
8023 UnicodeString out;
8024 fmt.format(-0.0, out);
8025 assertEquals("format", "-0.00E0", out);