Lines Matching defs:out
1169 UnicodeString out;
1171 g->format(l, out);
1176 if (out.length() != 14) {
1179 for (int32_t i=0; i<out.length(); ++i) {
1191 UBool isGroup = (out.charAt(i) == 0x002C);
1201 escape(out) + "\"");
1205 escape(out) + "\"");
1251 UnicodeString out; nf.format(x, out);
1252 logln((UnicodeString)"" + x + " formats with " + maxFractionDigits + " fractional digits to " + out);
1253 if (!(out==expected)) errln((UnicodeString)"FAIL: Expected " + expected);
2192 UnicodeString pat, tok, mloc, str, out, where, currAmt;
2249 str, fmt->format(n, out.remove(), ec));
2301 str, mfmt->format(n, out.remove(), ec));
3006 // Parsing the formatted text will be out-of-range for an int64, however.
7440 /* Commented out for now until we decide how rounding to zero should work, +0 vs. -0
7551 UnicodeString out;
7552 fmt.format(-0.0, out);
7553 assertEquals("format", "-0.00E0", out);