Lines Matching refs:logln

25     if (exec) logln("TestSuite NumberFormatAPI");
29 logln("NumberFormat API test---"); logln("");
42 logln("NumberFormat Registration test---"); logln("");
67 logln("Testing NumberFormat constructors");
105 logln("Testing equality operator");
115 logln("Testing various format() methods");
126 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1);
129 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res2);
132 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res3);
135 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res4);
142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5);
149 logln((UnicodeString) "" + fL.getLong() + " formatted to " + res6);
155 logln("Testing parse()");
165 logln(text + " parsed into " + (int32_t) result1.getDouble());
171 logln(text + " parsed into " + (int32_t) result2.getDouble());
181 logln(text + " parsed into " + (int32_t) result3.getDouble());
187 logln("Testing getters and setters");
191 logln((UnicodeString) "Got " + count + " locales" );
194 logln(name);
230 logln("Testing getStaticClassID()");
318 logln(*res); // service is still in synch
346 logln((UnicodeString)"f0 swap int: " + res0);
347 logln((UnicodeString)"f1 src int: " + res1);
348 logln((UnicodeString)"f2 src cur: " + res2);
349 logln((UnicodeString)"f3 reg cur: " + res3);
350 logln((UnicodeString)"f4 reg int: " + res4);
351 logln((UnicodeString)"f5 unreg cur: " + res5);
353 logln(ures3);
355 logln(ures4);
357 logln(ures5);
390 logln(*res);