• Home
  • Raw
  • Download

Lines Matching refs:logln

24     if (exec) logln((UnicodeString)"TestSuite DecimalFormatAPI");  in runIndexedTest()
28 logln((UnicodeString)"DecimalFormat API test---"); logln((UnicodeString)""); in runIndexedTest()
41 logln((UnicodeString)"DecimalFormat Rounding test---"); in runIndexedTest()
47 logln((UnicodeString)"DecimalFormat Rounding Increment test---"); in runIndexedTest()
53 logln((UnicodeString)"CurrencyPluralInfo API test---"); in runIndexedTest()
71 logln((UnicodeString)"Testing DecimalFormat constructors"); in testAPI()
110 logln((UnicodeString)"Testing clone(), assignment and equality operators"); in testAPI()
129 logln((UnicodeString)"Testing various format() methods"); in testAPI()
140 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1); in testAPI()
143 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res2); in testAPI()
150 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res3); in testAPI()
157 logln((UnicodeString) "" + fL.getLong() + " formatted to " + res4); in testAPI()
161 logln((UnicodeString)"Testing parse()"); in testAPI()
176 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI()
186 logln(text + " parsed into " + (int32_t) result2.getDouble()); in testAPI()
190 logln((UnicodeString)"Testing getters and setters"); in testAPI()
203 logln((UnicodeString)"Positive prefix (should be +): " + posPrefix); in testAPI()
211 logln((UnicodeString)"Negative prefix (should be -): " + negPrefix); in testAPI()
219 logln((UnicodeString)"Positive suffix (should be _): " + posSuffix); in testAPI()
227 logln((UnicodeString)"Negative suffix (should be ~): " + negSuffix); in testAPI()
235 logln((UnicodeString)"Multiplier (should be 8): " + multiplier); in testAPI()
243 logln((UnicodeString)"Grouping size (should be 2): " + (int32_t) groupingSize); in testAPI()
250logln((UnicodeString)"DecimalSeparatorIsAlwaysShown (should be TRUE) is " + (UnicodeString) (tf ? … in testAPI()
257logln((UnicodeString)"ExponentSignAlwaysShown (should be TRUE) is " + (UnicodeString) (esas ? "TRU… in testAPI()
265logln((UnicodeString)"isScientificNotation (should be TRUE) is " + (UnicodeString) (sn ? "TRUE" : … in testAPI()
274logln((UnicodeString)"MinimumExponentDigits (should be 2) is " + (int8_t) MinimumExponentDigits); in testAPI()
283 logln((UnicodeString)"RoundingIncrement (should be 2.0) is " + (double) RoundingIncrement); in testAPI()
291 logln((UnicodeString)"Pattern is " + funkyPat); in testAPI()
295 logln((UnicodeString)"Localized pattern is " + locPat); in testAPI()
299 logln((UnicodeString)"Testing applyPattern()"); in testAPI()
302 logln((UnicodeString)"Applying pattern " + p1); in testAPI()
310 logln((UnicodeString)"Extracted pattern is " + s2); in testAPI()
324 logln((UnicodeString)"Applying pattern " + p2); in testAPI()
332 logln((UnicodeString)"Extracted pattern is " + s3); in testAPI()
345 logln((UnicodeString)"Extracted pattern is " + s4); in testAPI()
360 logln((UnicodeString)"Testing getStaticClassID()"); in testAPI()
466 logln((UnicodeString)message + got + (UnicodeString)" Expected : " + expected); in verify()