Lines Matching defs:in
244 // {sfb} kind of silly in C++, just checking for new success
312 * DecimalFormatSymbols should be cloned in the ctor DecimalFormat.
320 // {sfb} One note about this test: if you pass in a pointer
323 // of the symbols, it is necessary to pass in a reference to the symbols
459 // {sfb} this is silly in C++
583 // {sfb} slightly converted into a round-trip test, since in C++
617 // {sfb} doesn't apply in C++
842 * never contain the monetary separator! Decimal separator in pattern is
865 errln("ERROR in test: want decimal sep != monetary sep");
1269 * This is not a reproducable doc error in 116 source code.
1561 // {sfb} long in java is 64 bits
1699 // Now substitute in the locale's currency symbol and create another
1829 * JDK 1.1.6 Bug, did NOT occur in 1.1.5
1832 * This class demonstrates a regression in version 1.1.6
1907 // {sfb} not pertinent in C++ ??
2064 // Not applicable, since no serialization in C++
2086 // for some reason, DBL_MAX will not round trip. (bug in sprintf/atof)
2194 // in case we want to address this later.
2229 * toPattern only puts the first grouping separator in.
2283 double in = DOUBLE[i/3];
2290 fmt.format(in, out, pos);
2292 logln(UnicodeString("Ok: ") + in + " x " + pat + " = " + out);
2294 errln(UnicodeString("FAIL: ") + in + " x " + pat + " = " + out +
2400 // trip properly. Test stream in/out integrity too.
2579 * Formatting .5 rounds to "1" instead of "0". (Regression in 1.2.2 RC1)
2610 * (Regression in 1.2.2 RC1)
2737 // Ticket 8199: Parse failure for numbers in the range of 1E10 - 1E18
2785 // In the following check, note that a substantial range of integers will
2787 // in the rounding at compile time of double constants.
2909 // should still work in lenient mode, just won't get fastpath