Home
last modified time | relevance | path

Searched refs:logln (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/external/icu/icu4c/source/test/intltest/
Ditmajor.cpp44 logln(#suite "---"); \
55 logln("TestSuite Utilities---"); logln(); in runIndexedTest()
64 logln("TestSuite Normalize---"); logln(); in runIndexedTest()
74 logln("TestSuite Collator---"); logln(); in runIndexedTest()
84 logln("TestSuite Regex---"); logln(); in runIndexedTest()
94 logln("TestSuite Format---"); logln(); in runIndexedTest()
104 logln("TestSuite Transliterator---"); logln(); in runIndexedTest()
114 logln("TestSuite RuleBasedBreakIterator---"); logln(); in runIndexedTest()
123 logln("TestSuite RuleBasedNumberFormat----"); logln(); in runIndexedTest()
132 logln("TestSuite RuleBasedNumberFormat RT----"); logln(); in runIndexedTest()
[all …]
Dtzbdtest.cpp19 if (exec) logln("TestSuite TestTimeZoneBoundary"); in runIndexedTest()
24 logln("TestBoundaries---"); logln(""); in runIndexedTest()
31 logln("TestNewRules---"); logln(""); in runIndexedTest()
38 logln("TestStepwise---"); logln(""); in runIndexedTest()
78 logln(UnicodeString("Error: ") + startMode + " not present in " + str); in findDaylightBoundaryUsingDate()
92 logln("Date Before: " + showDate(min)); in findDaylightBoundaryUsingDate()
93 logln("Date After: " + showDate(max)); in findDaylightBoundaryUsingDate()
99 … maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); in findDaylightBoundaryUsingDate()
143 logln(tz->getID(str) + " Before: " + showDate(min)); in findDaylightBoundaryUsingTimeZone()
144 logln(tz->getID(str) + " After: " + showDate(max)); in findDaylightBoundaryUsingTimeZone()
[all …]
Ditformat.cpp77 logln(#TestClass " test---"); \
78 logln((UnicodeString)""); \
100 if (exec) logln("TestSuite Format: "); in runIndexedTest()
145 logln("TimeUnitTest test---"); in runIndexedTest()
146 logln((UnicodeString)""); in runIndexedTest()
160 logln("GenderInfoTest test---"); in runIndexedTest()
161 logln((UnicodeString)""); in runIndexedTest()
169 logln("CompactDecimalFormatTest test---"); in runIndexedTest()
170 logln((UnicodeString)""); in runIndexedTest()
180 logln("RelativeDateTimeFormatterTest test---"); in runIndexedTest()
[all …]
Dnmfmapts.cpp25 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()
[all …]
Dastrotst.cpp21 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"…
28 if (exec) logln("TestSuite AstroTest"); in runIndexedTest()
87 logln(""); in TestSolarLongitude()
98logln((UnicodeString)"Sun position is " + result.toString() + (UnicodeString)"; " /* + result.toH… in TestSolarLongitude()
114 logln(""); in TestLunarPosition()
122logln((UnicodeString)"Moon position is " + result.toString() + (UnicodeString)"; " /* + result->t… in TestLunarPosition()
138logln((UnicodeString)"result is " + result.toString() + (UnicodeString)"; " /* + result.toHmsStri… in TestCoordinates()
166 logln("ecliptic: " + ecl.toString()); in TestCoverage()
178 logln((UnicodeString)" date: " + anAstro->getTime()); in TestCoverage()
179 logln((UnicodeString)" cent: " + anAstro->getJulianCentury()); in TestCoverage()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCompactArrayTest.java40 logln("equals null: " + cba.equals(null)); in TestByteArrayCoverage()
41 logln("equals self: " + cba.equals(cba)); in TestByteArrayCoverage()
42 logln("equals clone: " + cba.equals(cba3)); in TestByteArrayCoverage()
43 logln("equals bogus: " + cba.equals(new Object())); in TestByteArrayCoverage()
44 logln("hash: " + cba.hashCode()); in TestByteArrayCoverage()
57 logln("equals: " + cba4.equals(cba5)); in TestByteArrayCoverage()
58 logln("equals: " + cba.equals(cba4)); in TestByteArrayCoverage()
61 logln("equals: " + cba4.equals(cba5)); in TestByteArrayCoverage()
64 logln("equals: " + cba4.equals(cba5)); in TestByteArrayCoverage()
67 logln("modified equals clone: " + cba.equals(cba3)); in TestByteArrayCoverage()
[all …]
DICUServiceTest.java116 logln("service name:" + service.getName()); in TestAPI()
255 logln(" " + id + " --> " + service.get(id)); in TestAPI()
269 logln(" " + e.getKey() + " -- > " + e.getValue()); in TestAPI()
300 logln(" " + e.getKey() + " --> " + e.getValue()); in TestAPI()
313 logln("actual id: " + actualID[0]); in TestAPI()
315 logln("found actual: " + gal + " with display name: " + displayName); in TestAPI()
319 logln("found query: " + gal + " with display name: " + displayName); in TestAPI()
333 logln("found actual: " + bozo + " with display name: " + displayName); in TestAPI()
337 logln("found actual: " + bozo + " with display name: " + displayName); in TestAPI()
376 logln(xid + "? " + service.get(xid)); in TestAPI()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCompactArrayTest.java36 logln("equals null: " + cba.equals(null)); in TestByteArrayCoverage()
37 logln("equals self: " + cba.equals(cba)); in TestByteArrayCoverage()
38 logln("equals clone: " + cba.equals(cba3)); in TestByteArrayCoverage()
39 logln("equals bogus: " + cba.equals(new Object())); in TestByteArrayCoverage()
40 logln("hash: " + cba.hashCode()); in TestByteArrayCoverage()
53 logln("equals: " + cba4.equals(cba5)); in TestByteArrayCoverage()
54 logln("equals: " + cba.equals(cba4)); in TestByteArrayCoverage()
57 logln("equals: " + cba4.equals(cba5)); in TestByteArrayCoverage()
60 logln("equals: " + cba4.equals(cba5)); in TestByteArrayCoverage()
63 logln("modified equals clone: " + cba.equals(cba3)); in TestByteArrayCoverage()
[all …]
DICUServiceTest.java112 logln("service name:" + service.getName()); in TestAPI()
251 logln(" " + id + " --> " + service.get(id)); in TestAPI()
265 logln(" " + e.getKey() + " -- > " + e.getValue()); in TestAPI()
296 logln(" " + e.getKey() + " --> " + e.getValue()); in TestAPI()
309 logln("actual id: " + actualID[0]); in TestAPI()
311 logln("found actual: " + gal + " with display name: " + displayName); in TestAPI()
315 logln("found query: " + gal + " with display name: " + displayName); in TestAPI()
329 logln("found actual: " + bozo + " with display name: " + displayName); in TestAPI()
333 logln("found actual: " + bozo + " with display name: " + displayName); in TestAPI()
372 logln(xid + "? " + service.get(xid)); in TestAPI()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegression.java82 logln("Formatted with one extra param : " + tempBuffer); in Test4074764()
89 logln("Formatted with no params : " + tempBuffer); in Test4074764()
94 logln("Formatted with extra params : " + tempBuffer); in Test4074764()
133 logln("Apply with pattern : " + pattern1); in Test4031438()
139 logln("Formatted with 7 : " + tempBuffer); in Test4031438()
152 logln("Formatted with null : " + tempBuffer); in Test4031438()
153 logln("Apply with pattern : " + pattern2); in Test4031438()
158 logln("Formatted with params : " + tempBuffer); in Test4031438()
162 logln("Formatted with null : " + tempBuffer); in Test4031438()
163 logln("toPattern : " + messageFormatter.toPattern()); in Test4031438()
[all …]
DDateFormatRegressionTestJ.java73 logln( "Pattern = " + aSimpleDF.toPattern()); in Test4148168()
74 logln( "Format = " + aSimpleDF.format(d)); in Test4148168()
87 logln("dateStyle = 2" + "\t timeStyle = -2"); in Test4213086()
88 logln("Exception caught!"); in Test4213086()
96 logln("dateStyle = 4" + "\t timeStyle = 2"); in Test4213086()
97 logln("Exception caught!"); in Test4213086()
98 logln("********************************************"); in Test4213086()
106 logln("dateStyle = -12" + "\t timeStyle = -12"); in Test4213086()
107 logln("Exception caught!"); in Test4213086()
108 logln("********************************************"); in Test4213086()
[all …]
DGlobalizationPreferencesTest.java54 logln("Default locale: " + defLocale.toString()); in TestDefault()
58 logln("Primary locale: " + gpLocale0.toString()); in TestDefault()
65 logln("Secondary locale: " + gpLocale1.toString()); in TestDefault()
79 logln("Calendar locale: " + calLocale.toString()); in TestDefault()
87 logln("Collator locale: " + collLocale.toString()); in TestDefault()
95 logln("BreakIterator locale: " + brkLocale.toString()); in TestDefault()
113 logln("NumberFormat locale: " + nfLocale.toString()); in TestDefault()
120 logln("Create a new GlobalizationPreference object"); in TestFreezable()
126 logln("Call reset()"); in TestFreezable()
138 logln("Freeze the object"); in TestFreezable()
[all …]
DIntlTestSimpleDateFormatAPI.java47 logln("SimpleDateFormat API test---"); logln(""); in TestAPI()
53 logln("Testing SimpleDateFormat constructors"); in TestAPI()
68 logln("Testing clone(), assignment and equality operators"); in TestAPI()
77 logln("Testing various format() methods"); in TestAPI()
87 logln( "" + d.getTime() + " formatted to " + res1); in TestAPI()
90 logln("" + d.getTime() + " formatted to " + res2); in TestAPI()
94 logln("Testing parse()"); in TestAPI()
101 logln(text + " parsed into " + result1); in TestAPI()
109 logln(text + " parsed into " + result2); in TestAPI()
113 logln("Testing getters and setters"); in TestAPI()
[all …]
DNumberRegression.java69 logln("NumberFormat.equals passed"); in Test4075713()
88 else logln("Test for bug 4074620 passed."); in Test4074620()
104 logln("d = " + d); in Test4088161()
105 logln("maxFractionDigits = " + df.getMaximumFractionDigits()); in Test4088161()
106 logln(" format(d) = '" + df.format(d, sBuf1, fp1) + "'"); in Test4088161()
110 logln("maxFractionDigits = " + df.getMaximumFractionDigits()); in Test4088161()
125 logln("format(" + n + ") = " + in Test4087245()
128 logln("format(" + n + ") = " + in Test4087245()
161 logln(df.format(123, sBuf, fp).toString()); in Test4088503()
180 logln(" VALUE " + returnfloat); in assignFloatValue()
[all …]
DIntlTestNumberFormatAPI.java40 logln("NumberFormat API test---"); logln(""); in TestAPI()
45 logln("Testing NumberFormat constructors"); in TestAPI()
64 logln("Currency : " + cur.format(1234.5)); in TestAPI()
65 logln("Percent : " + per.format(1234.5)); in TestAPI()
66 logln("Integer : " + integer.format(1234.5)); in TestAPI()
67 logln("Int_fr : " + int_fr.format(1234.5)); in TestAPI()
71 logln("Testing equality operator"); in TestAPI()
79 logln("Testing various format() methods"); in TestAPI()
98 logln( "" + d + " formatted to " + res1); in TestAPI()
101 logln("" + l + " formatted to " + res2); in TestAPI()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegression.java78 logln("Formatted with one extra param : " + tempBuffer); in Test4074764()
85 logln("Formatted with no params : " + tempBuffer); in Test4074764()
90 logln("Formatted with extra params : " + tempBuffer); in Test4074764()
129 logln("Apply with pattern : " + pattern1); in Test4031438()
135 logln("Formatted with 7 : " + tempBuffer); in Test4031438()
148 logln("Formatted with null : " + tempBuffer); in Test4031438()
149 logln("Apply with pattern : " + pattern2); in Test4031438()
154 logln("Formatted with params : " + tempBuffer); in Test4031438()
158 logln("Formatted with null : " + tempBuffer); in Test4031438()
159 logln("toPattern : " + messageFormatter.toPattern()); in Test4031438()
[all …]
DDateFormatRegressionTestJ.java69 logln( "Pattern = " + aSimpleDF.toPattern()); in Test4148168()
70 logln( "Format = " + aSimpleDF.format(d)); in Test4148168()
83 logln("dateStyle = 2" + "\t timeStyle = -2"); in Test4213086()
84 logln("Exception caught!"); in Test4213086()
92 logln("dateStyle = 4" + "\t timeStyle = 2"); in Test4213086()
93 logln("Exception caught!"); in Test4213086()
94 logln("********************************************"); in Test4213086()
102 logln("dateStyle = -12" + "\t timeStyle = -12"); in Test4213086()
103 logln("Exception caught!"); in Test4213086()
104 logln("********************************************"); in Test4213086()
[all …]
DIntlTestSimpleDateFormatAPI.java43 logln("SimpleDateFormat API test---"); logln(""); in TestAPI()
49 logln("Testing SimpleDateFormat constructors"); in TestAPI()
64 logln("Testing clone(), assignment and equality operators"); in TestAPI()
73 logln("Testing various format() methods"); in TestAPI()
83 logln( "" + d.getTime() + " formatted to " + res1); in TestAPI()
86 logln("" + d.getTime() + " formatted to " + res2); in TestAPI()
90 logln("Testing parse()"); in TestAPI()
97 logln(text + " parsed into " + result1); in TestAPI()
105 logln(text + " parsed into " + result2); in TestAPI()
109 logln("Testing getters and setters"); in TestAPI()
[all …]
DNumberRegression.java65 logln("NumberFormat.equals passed"); in Test4075713()
84 else logln("Test for bug 4074620 passed."); in Test4074620()
100 logln("d = " + d); in Test4088161()
101 logln("maxFractionDigits = " + df.getMaximumFractionDigits()); in Test4088161()
102 logln(" format(d) = '" + df.format(d, sBuf1, fp1) + "'"); in Test4088161()
106 logln("maxFractionDigits = " + df.getMaximumFractionDigits()); in Test4088161()
121 logln("format(" + n + ") = " + in Test4087245()
124 logln("format(" + n + ") = " + in Test4087245()
157 logln(df.format(123, sBuf, fp).toString()); in Test4088503()
176 logln(" VALUE " + returnfloat); in assignFloatValue()
[all …]
DIntlTestNumberFormatAPI.java36 logln("NumberFormat API test---"); logln(""); in TestAPI()
41 logln("Testing NumberFormat constructors"); in TestAPI()
60 logln("Currency : " + cur.format(1234.5)); in TestAPI()
61 logln("Percent : " + per.format(1234.5)); in TestAPI()
62 logln("Integer : " + integer.format(1234.5)); in TestAPI()
63 logln("Int_fr : " + int_fr.format(1234.5)); in TestAPI()
67 logln("Testing equality operator"); in TestAPI()
75 logln("Testing various format() methods"); in TestAPI()
94 logln( "" + d + " formatted to " + res1); in TestAPI()
97 logln("" + l + " formatted to " + res2); in TestAPI()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
DTimeScaleAPITest.java36 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromBigDecimal()
51 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromBigDecimal()
61 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromDouble()
76 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromDouble()
86 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromLong()
101 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromLong()
113 logln("PASS: UniversalTimeScale.from failed as expected"); in TestFromLong()
122 logln("from(0L, " + scale + ") returned " + result); in TestFromLong()
129 logln("from(fromMin, " + scale + ") returned " + result); in TestFromLong()
139 logln("PASS: UniversalTimeScale.from failed as expected"); in TestFromLong()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/
DTimeScaleAPITest.java40 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromBigDecimal()
55 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromBigDecimal()
65 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromDouble()
80 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromDouble()
90 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromLong()
105 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromLong()
117 logln("PASS: UniversalTimeScale.from failed as expected"); in TestFromLong()
126 logln("from(0L, " + scale + ") returned " + result); in TestFromLong()
133 logln("from(fromMin, " + scale + ") returned " + result); in TestFromLong()
143 logln("PASS: UniversalTimeScale.from failed as expected"); in TestFromLong()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java50 logln("Default locale: " + defLocale.toString()); in TestDefault()
54 logln("Primary locale: " + gpLocale0.toString()); in TestDefault()
61 logln("Secondary locale: " + gpLocale1.toString()); in TestDefault()
75 logln("Calendar locale: " + calLocale.toString()); in TestDefault()
83 logln("Collator locale: " + collLocale.toString()); in TestDefault()
91 logln("BreakIterator locale: " + brkLocale.toString()); in TestDefault()
109 logln("NumberFormat locale: " + nfLocale.toString()); in TestDefault()
116 logln("Create a new GlobalizationPreference object"); in TestFreezable()
122 logln("Call reset()"); in TestFreezable()
134 logln("Freeze the object"); in TestFreezable()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DAstroTest.java45 logln(""); in TestSolarLongitude()
55 logln("longitude(" + longitude + in TestSolarLongitude()
67 logln("result.ascension(" + result.ascension + in TestSolarLongitude()
78 logln("result.declination(" + result.declination + in TestSolarLongitude()
97 logln(""); in TestLunarPosition()
107 logln("result.ascension(" + result.ascension + in TestLunarPosition()
118 logln("result.declination(" + result.declination + in TestLunarPosition()
133 logln("result is " + result + "; " + result.toHmsString()); in TestCoordinates()
149 logln("ecliptic: " + ecl); in TestCoverage()
162 logln("astro: " + astro); in TestCoverage()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DAstroTest.java41 logln(""); in TestSolarLongitude()
51 logln("longitude(" + longitude + in TestSolarLongitude()
63 logln("result.ascension(" + result.ascension + in TestSolarLongitude()
74 logln("result.declination(" + result.declination + in TestSolarLongitude()
93 logln(""); in TestLunarPosition()
103 logln("result.ascension(" + result.ascension + in TestLunarPosition()
114 logln("result.declination(" + result.declination + in TestLunarPosition()
129 logln("result is " + result + "; " + result.toHmsString()); in TestCoordinates()
145 logln("ecliptic: " + ecl); in TestCoverage()
158 logln("astro: " + astro); in TestCoverage()
[all …]

12345678910>>...19