Lines Matching refs:logln
27 if (exec) logln("TestSuite NumberFormatAPI"); in runIndexedTest()
31 logln("NumberFormat API test---"); logln(""); in runIndexedTest()
44 logln("NumberFormat Registration test---"); logln(""); in runIndexedTest()
69 logln("Testing NumberFormat constructors"); in testAPI()
107 logln("Testing equality operator"); in testAPI()
117 logln("Testing various format() methods"); in testAPI()
128 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1); in testAPI()
131 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res2); in testAPI()
134 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res3); in testAPI()
137 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res4); in testAPI()
144 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5); in testAPI()
151 logln((UnicodeString) "" + fL.getLong() + " formatted to " + res6); in testAPI()
157 logln("Testing parse()"); in testAPI()
167 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI()
173 logln(text + " parsed into " + (int32_t) result2.getDouble()); in testAPI()
183 logln(text + " parsed into " + (int32_t) result3.getDouble()); in testAPI()
189 logln("Testing getters and setters"); in testAPI()
193 logln((UnicodeString) "Got " + count + " locales" ); in testAPI()
196 logln(name); in testAPI()
232 logln("Testing getStaticClassID()"); in testAPI()
320 logln(*res); // service is still in synch in testRegistration()
348 logln((UnicodeString)"f0 swap int: " + res0); in testRegistration()
349 logln((UnicodeString)"f1 src int: " + res1); in testRegistration()
350 logln((UnicodeString)"f2 src cur: " + res2); in testRegistration()
351 logln((UnicodeString)"f3 reg cur: " + res3); in testRegistration()
352 logln((UnicodeString)"f4 reg int: " + res4); in testRegistration()
353 logln((UnicodeString)"f5 unreg cur: " + res5); in testRegistration()
355 logln(ures3); in testRegistration()
357 logln(ures4); in testRegistration()
359 logln(ures5); in testRegistration()
392 logln(*res); in testRegistration()