Lines Matching defs:formatted
2438 // We should be able to round-trip the formatted string =>
2476 // We should be able to round-trip the formatted string =>
2849 // Parsing the formatted text will be out-of-range for an int64, however.
3039 // currency number to be formatted,
3217 // currency amount to be formatted,
3218 // currency ISO code to be formatted,
3314 // currency amount to be formatted,
3315 // currency ISO code to be formatted,
5964 UnicodeString formatted = ctou(DATA[i]);
5970 numFmt->parseCurrency(formatted, parseResult, parsePos);
5974 errln("wrong parsing, " + formatted);
5975 errln("data: " + formatted);
5986 UnicodeString formatted = ctou(WRONG_DATA[i]);
5992 numFmt->parseCurrency(formatted, parseResult, parsePos);
5996 errln("parsed but should not be: " + formatted);
5997 errln("data: " + formatted);