Lines Matching refs:logln
23 if (exec) logln("TestSuite SimpleDateFormatAPI"); in runIndexedTest()
27 logln("SimpleDateFormat API test---"); logln(""); in runIndexedTest()
52 logln("Testing SimpleDateFormat constructors"); in testAPI()
96 logln(UnicodeString("Override with: ") + override); in testAPI()
109 logln(UnicodeString("Override with: ") + override_bogus); in testAPI()
120 logln("Testing clone(), assignment and equality operators"); in testAPI()
139 logln("Testing various format() methods"); in testAPI()
148 logln( (UnicodeString) "" + d + " formatted to " + res1); in testAPI()
155 logln((UnicodeString) "" + fD.getDate() + " formatted to " + res2); in testAPI()
159 logln("Testing parse()"); in testAPI()
165 logln(text + " parsed into " + result1); in testAPI()
172 logln(text + " parsed into " + result2); in testAPI()
176 logln("Testing getters and setters"); in testAPI()
214 logln("Testing applyPattern()"); in testAPI()
217 logln("Applying pattern " + p1); in testAPI()
223 logln("Extracted pattern is " + s2); in testAPI()
228 logln("Applying pattern " + p1); in testAPI()
240 logln("Extracted pattern is " + s3); in testAPI()
247 logln("Testing getStaticClassID()"); in testAPI()