Lines Matching defs:in
247 // {sfb} kind of silly in C++, just checking for new success
315 * DecimalFormatSymbols should be cloned in the ctor DecimalFormat.
323 // {sfb} One note about this test: if you pass in a pointer
326 // of the symbols, it is necessary to pass in a reference to the symbols
462 // {sfb} this is silly in C++
586 // {sfb} slightly converted into a round-trip test, since in C++
620 // {sfb} doesn't apply in C++
845 * never contain the monetary separator! Decimal separator in pattern is
868 errln("ERROR in test: want decimal sep != monetary sep");
1272 * This is not a reproducable doc error in 116 source code.
1564 // {sfb} long in java is 64 bits
1702 // Now substitute in the locale's currency symbol and create another
1832 * JDK 1.1.6 Bug, did NOT occur in 1.1.5
1835 * This class demonstrates a regression in version 1.1.6
1910 // {sfb} not pertinent in C++ ??
2067 // Not applicable, since no serialization in C++
2089 // for some reason, DBL_MAX will not round trip. (bug in sprintf/atof)
2197 // in case we want to address this later.
2232 * toPattern only puts the first grouping separator in.
2286 double in = DOUBLE[i/3];
2293 fmt.format(in, out, pos);
2295 logln(UnicodeString("Ok: ") + in + " x " + pat + " = " + out);
2297 errln(UnicodeString("FAIL: ") + in + " x " + pat + " = " + out +
2403 // trip properly. Test stream in/out integrity too.
2582 * Formatting .5 rounds to "1" instead of "0". (Regression in 1.2.2 RC1)
2613 * (Regression in 1.2.2 RC1)
2741 // Ticket 8199: Parse failure for numbers in the range of 1E10 - 1E18
2789 // In the following check, note that a substantial range of integers will
2791 // in the rounding at compile time of double constants.
2913 // should still work in lenient mode, just won't get fastpath