Home | History | Annotate | Download | only in intltest

Lines Matching refs:logln

147   logln("Test API");
254 logln((UnicodeString)"Min integer digits = " + fmt.getMinimumIntegerDigits());
351 logln("Warning: Skipping double conversion tests");
380 logln((UnicodeString)"Pattern \"" + pat[p] + "\" -toPattern-> \"" +
386 logln((UnicodeString)" " + val[v] + " -format-> " + s);
416 logln((UnicodeString)" -parse-> " + a);
434 logln((UnicodeString)" " + lval[v] + "L -format-> " + s);
447 logln((UnicodeString)" -parse-> " + a);
614 logln((UnicodeString)"Pattern \"" + *pat + "\"");
615 logln((UnicodeString)" Format 123 -> " + escape(s));
626 logln((UnicodeString)"Pattern \"" + *pat + "\"");
627 logln((UnicodeString)" Format 123 -> " + escape(s));
656 logln((UnicodeString)"Pattern \"" + fmt->toPattern(pat) + "\"");
657 logln((UnicodeString)" Format " + 1234.56 + " -> " + escape(s));
661 logln((UnicodeString)" Format " + (-1234.56) + " -> " + escape(s));
673 logln((UnicodeString)"Pattern \"" + fmt->toPattern(pat) + "\"");
674 logln((UnicodeString)" Format " + 1234.56 + " -> " + escape(s));
678 logln((UnicodeString)" Format " + (-1234.56) + " -> " + escape(s));
739 logln((UnicodeString)"Un pauvre ici a..........." + s);
749 logln((UnicodeString)"Un pauvre en Allemagne a.." + s);
757 logln((UnicodeString)"Un pauvre en France a....." + s);
861 logln((UnicodeString)"parse(" + arg + ") = " + n.getLong());
958 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
982 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1002 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1022 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1035 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1057 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble());
1070 logln((UnicodeString)"parse(" + testCase + ") = " + n.getDouble());
1094 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1109 logln((UnicodeString)"parse(" + testCase + ") = " + n.getLong());
1204 logln((UnicodeString)"Ok " + l +
1253 logln((UnicodeString)"" + x + " formats with " + maxFractionDigits + " fractional digits to " + out);
1301 logln(UnicodeString("Ok Pattern rt \"") +
1982 logln("Current locale is %s", Locale::getDefault().getName());
1984 logln("Current locale is %s", Locale::getDefault().getName());
1995 logln(UnicodeString("DecimalFormatSymbols[") + symbolEnum + UnicodeString("] = ") + prettify(symbolString));
2006 logln("Current locale is %s", Locale::getDefault().getName());
2034 logln(str);
2051 logln(str);
2079 logln(str);
2123 logln("Ok: pattern \"%s\": %s",
2364 logln("Ok: " + where + "Invalid pattern \"" + testpat +
2459 logln(UnicodeString("Ok \"") + str + "\" x " +
2478 logln(UnicodeString("Ok \"") + str + " = " +
2494 logln(UnicodeString("Ok ") + toString(n) +
2532 logln(UnicodeString("Ok ") + toString(n) + " x " +
2605 logln((UnicodeString)"Ok: " + v + " x " + curr + " => " + prettify(s));
2616 logln(UnicodeString("Ok \"") + pat + "\"");
2650 logln(UnicodeString("Ok \"") + pat + "\" pos=" + apos + infoStr);
2670 logln("%s:%d - testing parse of halfwidth yen sign\n", __FILE__, __LINE__);
2672 logln("%s:%d - testing parse of fullwidth yen sign\n", __FILE__, __LINE__);
2674 logln("%s:%d - testing parse of halfwidth yen sign\n", __FILE__, __LINE__);
2680 logln("%s:%d - testing parse of halfwidth yen sign in TW\n", __FILE__, __LINE__);
2682 logln("%s:%d - testing parse of fullwidth yen sign in TW\n", __FILE__, __LINE__);
2688 logln("%s:%d - testing parse of halfwidth yen sign in JP\n", __FILE__, __LINE__);
2690 logln("%s:%d - testing parse of fullwidth yen sign in JP\n", __FILE__, __LINE__);
3307 logln(UnicodeString("stringToBeParsed: ") + stringToBeParsed);
3529 logln("#%d NumberFormat(%s, %s) Currency=%s\n",
3569 logln("parse(%s)", DATA[i][j]);
6203 logln(str);
6210 // is there a logln using printf?
6213 logln(buf);
6243 logln(str);
6713 logln("Sizeof DecimalFormat = %d, Sizeof DecimalFormatInternal=%d, UNUM_DECIMALFORMAT_INTERNAL_SIZE=%d\n",
6736 logln("OK: got expected '"+result+"' status "+UnicodeString(u_errorName(status),""));
6746 // logln("bits: %02X", (unsigned int)bits[i]);
6755 logln("OK: got expected '"+result+"' status "+UnicodeString(u_errorName(status),"")+" on -9223372036854775808");
6765 // logln("bits: %02X", (unsigned int)bits[i]);
6774 logln
6784 // logln("bits: %02X", (unsigned int)bits[i]);
6793 logln("OK: got expected '"+result+"' status "+UnicodeString(u_errorName(status),"")+" on 0");
6807 logln("OK: got expected '"+result+"' status "+UnicodeString(u_errorName(status),"")+" on -9223372036854775807");
6818 logln("Warning: sizeof(FmtStackData)=%d, UNUM_INTERNAL_STACKARRAY_SIZE=%d\n",
6821 logln("sizeof(FmtStackData)=%d, UNUM_INTERNAL_STACKARRAY_SIZE=%d\n",
6830 logln();
6835 logln("%s:%d: comparing Formattable with UFormattable", file, line);
6836 logln(fileLine + toString(f));
6929 logln("%s:%d: exact match OK", file, line);
6932 logln("%s:%d: note, did not attempt exact match for this formattable type", file, line);
6955 logln(fileLine + decNumChars);
6969 logln("%s:%d: OK: 64 bit overflow", file, line);