Home | History | Annotate | Download | only in intltest

Lines Matching full:formatted

142       errln("Yuck... Formatted a duck... As a number!");
2185 // We should be able to round-trip the formatted string =>
2223 // We should be able to round-trip the formatted string =>
2465 errln("measureObj does not round trip. Formatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat));
2475 errln("Clone does not round trip. Formatted string was \"" + str + "\" Got: " + toString(result) + " Expected: " + toString(toFormat));
2589 // Parsing the formatted text will be out-of-range for an int64, however.
2759 // currency number to be formatted,
2937 // currency amount to be formatted,
2938 // currency ISO code to be formatted,
3039 // currency amount to be formatted,
3040 // currency ISO code to be formatted,
5778 UnicodeString formatted = ctou(DATA[i]);
5783 numFmt->parse(formatted, parseResult, status);
5787 errln("wrong parsing, " + formatted);
5788 errln("data: " + formatted);
5799 UnicodeString formatted = ctou(WRONG_DATA[i]);
5804 numFmt->parse(formatted, parseResult, status);
5808 errln("parsed but should not be: " + formatted);
5809 errln("data: " + formatted);