• Home
  • Raw
  • Download

Lines Matching refs:logln

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