Home | History | Annotate | Download | only in intltest

Lines Matching defs:in

243 // {sfb} kind of silly in C++, just checking for new success
311 * DecimalFormatSymbols should be cloned in the ctor DecimalFormat.
319 // {sfb} One note about this test: if you pass in a pointer
322 // of the symbols, it is necessary to pass in a reference to the symbols
452 // {sfb} this is silly in C++
576 // {sfb} slightly converted into a round-trip test, since in C++
610 // {sfb} doesn't apply in C++
835 * never contain the monetary separator! Decimal separator in pattern is
858 errln("ERROR in test: want decimal sep != monetary sep");
1262 * This is not a reproducable doc error in 116 source code.
1548 // {sfb} long in java is 64 bits
1686 // Now substitute in the locale's currency symbol and create another
1816 * JDK 1.1.6 Bug, did NOT occur in 1.1.5
1819 * This class demonstrates a regression in version 1.1.6
1894 // {sfb} not pertinent in C++ ??
2051 // Not applicable, since no serialization in C++
2073 // for some reason, DBL_MAX will not round trip. (bug in sprintf/atof)
2181 // in case we want to address this later.
2216 * toPattern only puts the first grouping separator in.
2270 double in = DOUBLE[i/3];
2277 fmt.format(in, out, pos);
2279 logln(UnicodeString("Ok: ") + in + " x " + pat + " = " + out);
2281 errln(UnicodeString("FAIL: ") + in + " x " + pat + " = " + out +
2387 // trip properly. Test stream in/out integrity too.
2564 * Formatting .5 rounds to "1" instead of "0". (Regression in 1.2.2 RC1)
2595 * (Regression in 1.2.2 RC1)
2715 // Ticket 8199: Parse failure for numbers in the range of 1E10 - 1E18
2763 // In the following check, note that a substantial range of integers will
2765 // in the rounding at compile time of double constants.
2887 // should still work in lenient mode, just won't get fastpath