Home | History | Annotate | Download | only in intltest

Lines Matching refs:number

30     virtual UnicodeString& format(    double            number, 
35 return NumberFormat::format(number, toAppendTo, posIter, status);
48 virtual UnicodeString& format( double /* number */,
57 public Number parse(String text, ParsePosition parsePosition)
502 // TODO: There is not a good way to find out that the creation of this number format has
505 dataerrln("Something is wrong with French number format - it should not fallback. Exitting - %s", u_errorName(status));
773 Number num = df.parse(str, new ParsePosition(0));
881 * Number format data rounding errors for locale FR
1098 * Data rounding errors for Italian locale number formats
1532 * TODO: this test does not work because we need to use a 64 bit number and a
1673 // Create a DecimalFormat using the pattern we got and format a number
2076 dataerrln("Couldn't create number format - %s", u_errorName(status));
2083 logln(UnicodeString("The number ") + dbl + " formatted to " + s);
2120 dataerrln("Couldn't create number format - %s", u_errorName(status));
2494 errln(UnicodeString("FAIL: Wanted number, got ") +
2745 numStr = "1E17"; // Parses with the internal decimal number having non-zero exponent