Lines Matching refs:logln
28 if (exec) logln("TestSuite DateFormatAPI"); in runIndexedTest()
32 logln("DateFormat API test---"); logln(""); in runIndexedTest()
46 logln("TestEquals---"); logln(""); in runIndexedTest()
53 logln("TestNameHiding---"); logln(""); in runIndexedTest()
60 logln("TestCoverage---"); logln(""); in runIndexedTest()
137 logln("Testing DateFormat constructors"); in testAPI()
151 logln("Testing equality operator"); in testAPI()
161 logln("Testing various format() methods"); in testAPI()
174 logln( (UnicodeString) "" + d + " formatted to " + res1); in testAPI()
177 logln( (UnicodeString) "" + d + " formatted to " + res2); in testAPI()
180 logln( (UnicodeString) "" + d + " formatted to " + res3); in testAPI()
186 logln("Testing parse()"); in testAPI()
196 logln(text + " parsed into " + result1.getDate()); in testAPI()
204 logln(text + " parsed into " + result2); in testAPI()
207 logln(text + " parsed into " + result3); in testAPI()
213 logln("Testing getters and setters"); in testAPI()
217 logln((UnicodeString) "Got " + count + " locales" ); in testAPI()
221 logln(name); in testAPI()
255 logln("Testing getStaticClassID()"); in testAPI()
295 logln("DateFormat"); in TestNameHiding()
308 logln("SimpleDateFormat"); in TestNameHiding()
328 logln("NumberFormat"); in TestNameHiding()
342 logln("DecimalFormat"); in TestNameHiding()
363 logln("ChoiceFormat"); in TestNameHiding()
380 logln("MessageFormat"); in TestNameHiding()