/external/icu/icu4c/source/test/intltest/ |
D | itmajor.cpp | 46 logln(#suite "---"); \ 57 logln("TestSuite Utilities---"); logln(); in runIndexedTest() 66 logln("TestSuite Normalize---"); logln(); in runIndexedTest() 76 logln("TestSuite Collator---"); logln(); in runIndexedTest() 86 logln("TestSuite Regex---"); logln(); in runIndexedTest() 96 logln("TestSuite Format---"); logln(); in runIndexedTest() 106 logln("TestSuite Transliterator---"); logln(); in runIndexedTest() 116 logln("TestSuite RuleBasedBreakIterator---"); logln(); in runIndexedTest() 125 logln("TestSuite RuleBasedNumberFormat----"); logln(); in runIndexedTest() 134 logln("TestSuite RuleBasedNumberFormat RT----"); logln(); in runIndexedTest() [all …]
|
D | tzbdtest.cpp | 21 if (exec) logln("TestSuite TestTimeZoneBoundary"); in runIndexedTest() 26 logln("TestBoundaries---"); logln(""); in runIndexedTest() 33 logln("TestNewRules---"); logln(""); in runIndexedTest() 40 logln("TestStepwise---"); logln(""); in runIndexedTest() 80 logln(UnicodeString("Error: ") + startMode + " not present in " + str); in findDaylightBoundaryUsingDate() 94 logln("Date Before: " + showDate(min)); in findDaylightBoundaryUsingDate() 95 logln("Date After: " + showDate(max)); in findDaylightBoundaryUsingDate() 101 … maxdelta <= INTERVAL) logln(UnicodeString("PASS: Expected boundary at ") + expectedBoundary); in findDaylightBoundaryUsingDate() 145 logln(tz->getID(str) + " Before: " + showDate(min)); in findDaylightBoundaryUsingTimeZone() 146 logln(tz->getID(str) + " After: " + showDate(max)); in findDaylightBoundaryUsingTimeZone() [all …]
|
D | itformat.cpp | 79 logln(#TestClass " test---"); \ 80 logln((UnicodeString)""); \ 102 if (exec) logln("TestSuite Format: "); in runIndexedTest() 147 logln("TimeUnitTest test---"); in runIndexedTest() 148 logln((UnicodeString)""); in runIndexedTest() 162 logln("GenderInfoTest test---"); in runIndexedTest() 163 logln((UnicodeString)""); in runIndexedTest() 171 logln("CompactDecimalFormatTest test---"); in runIndexedTest() 172 logln((UnicodeString)""); in runIndexedTest() 182 logln("RelativeDateTimeFormatterTest test---"); in runIndexedTest() [all …]
|
D | dtfmapts.cpp | 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() [all …]
|
D | astrotst.cpp | 24 #define CASE(id,test) case id: name = #test; if (exec) { logln(#test "---"); logln((UnicodeString)"… 31 if (exec) logln("TestSuite AstroTest"); in runIndexedTest() 90 logln(""); in TestSolarLongitude() 101 …logln((UnicodeString)"Sun position is " + result.toString() + (UnicodeString)"; " /* + result.toH… in TestSolarLongitude() 117 logln(""); in TestLunarPosition() 125 …logln((UnicodeString)"Moon position is " + result.toString() + (UnicodeString)"; " /* + result->t… in TestLunarPosition() 141 …logln((UnicodeString)"result is " + result.toString() + (UnicodeString)"; " /* + result.toHmsStri… in TestCoordinates() 169 logln("ecliptic: " + ecl.toString()); in TestCoverage() 181 logln((UnicodeString)" date: " + anAstro->getTime()); in TestCoverage() 182 logln((UnicodeString)" cent: " + anAstro->getJulianCentury()); in TestCoverage() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CompactArrayTest.java | 36 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 …]
|
D | ICUServiceTest.java | 112 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/util/ |
D | CompactArrayTest.java | 37 logln("equals null: " + cba.equals(null)); in TestByteArrayCoverage() 38 logln("equals self: " + cba.equals(cba)); in TestByteArrayCoverage() 39 logln("equals clone: " + cba.equals(cba3)); in TestByteArrayCoverage() 40 logln("equals bogus: " + cba.equals(new Object())); in TestByteArrayCoverage() 41 logln("hash: " + cba.hashCode()); in TestByteArrayCoverage() 54 logln("equals: " + cba4.equals(cba5)); in TestByteArrayCoverage() 55 logln("equals: " + cba.equals(cba4)); in TestByteArrayCoverage() 58 logln("equals: " + cba4.equals(cba5)); in TestByteArrayCoverage() 61 logln("equals: " + cba4.equals(cba5)); in TestByteArrayCoverage() 64 logln("modified equals clone: " + cba.equals(cba3)); in TestByteArrayCoverage() [all …]
|
D | ICUServiceTest.java | 113 logln("service name:" + service.getName()); in TestAPI() 252 logln(" " + id + " --> " + service.get(id)); in TestAPI() 266 logln(" " + e.getKey() + " -- > " + e.getValue()); in TestAPI() 297 logln(" " + e.getKey() + " --> " + e.getValue()); in TestAPI() 310 logln("actual id: " + actualID[0]); in TestAPI() 312 logln("found actual: " + gal + " with display name: " + displayName); in TestAPI() 316 logln("found query: " + gal + " with display name: " + displayName); in TestAPI() 330 logln("found actual: " + bozo + " with display name: " + displayName); in TestAPI() 334 logln("found actual: " + bozo + " with display name: " + displayName); in TestAPI() 373 logln(xid + "? " + service.get(xid)); in TestAPI() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessageRegressionTest.java | 79 logln("Formatted with one extra param : " + tempBuffer); in Test4074764() 86 logln("Formatted with no params : " + tempBuffer); in Test4074764() 91 logln("Formatted with extra params : " + tempBuffer); in Test4074764() 131 logln("Apply with pattern : " + pattern1); in Test4031438() 137 logln("Formatted with 7 : " + tempBuffer); in Test4031438() 150 logln("Formatted with null : " + tempBuffer); in Test4031438() 151 logln("Apply with pattern : " + pattern2); in Test4031438() 156 logln("Formatted with params : " + tempBuffer); in Test4031438() 160 logln("Formatted with null : " + tempBuffer); in Test4031438() 161 logln("toPattern : " + messageFormatter.toPattern()); in Test4031438() [all …]
|
D | DateFormatRegressionTestJ.java | 74 logln( "Pattern = " + aSimpleDF.toPattern()); in Test4148168() 75 logln( "Format = " + aSimpleDF.format(d)); in Test4148168() 89 logln("dateStyle = 2" + "\t timeStyle = -2"); in Test4213086() 90 logln("Exception caught!"); in Test4213086() 98 logln("dateStyle = 4" + "\t timeStyle = 2"); in Test4213086() 99 logln("Exception caught!"); in Test4213086() 100 logln("********************************************"); in Test4213086() 108 logln("dateStyle = -12" + "\t timeStyle = -12"); in Test4213086() 109 logln("Exception caught!"); in Test4213086() 110 logln("********************************************"); in Test4213086() [all …]
|
D | GlobalizationPreferencesTest.java | 51 logln("Default locale: " + defLocale.toString()); in TestDefault() 55 logln("Primary locale: " + gpLocale0.toString()); in TestDefault() 62 logln("Secondary locale: " + gpLocale1.toString()); in TestDefault() 76 logln("Calendar locale: " + calLocale.toString()); in TestDefault() 84 logln("Collator locale: " + collLocale.toString()); in TestDefault() 92 logln("BreakIterator locale: " + brkLocale.toString()); in TestDefault() 110 logln("NumberFormat locale: " + nfLocale.toString()); in TestDefault() 118 logln("Create a new GlobalizationPreference object"); in TestFreezable() 124 logln("Call reset()"); in TestFreezable() 136 logln("Freeze the object"); in TestFreezable() [all …]
|
D | IntlTestSimpleDateFormatAPI.java | 45 logln("SimpleDateFormat API test---"); logln(""); in TestAPI() 51 logln("Testing SimpleDateFormat constructors"); in TestAPI() 66 logln("Testing clone(), assignment and equality operators"); in TestAPI() 75 logln("Testing various format() methods"); in TestAPI() 85 logln( "" + d.getTime() + " formatted to " + res1); in TestAPI() 88 logln("" + d.getTime() + " formatted to " + res2); in TestAPI() 92 logln("Testing parse()"); in TestAPI() 99 logln(text + " parsed into " + result1); in TestAPI() 107 logln(text + " parsed into " + result2); in TestAPI() 111 logln("Testing getters and setters"); in TestAPI() [all …]
|
D | IntlTestNumberFormatAPI.java | 38 logln("NumberFormat API test---"); logln(""); in TestAPI() 43 logln("Testing NumberFormat constructors"); in TestAPI() 62 logln("Currency : " + cur.format(1234.5)); in TestAPI() 63 logln("Percent : " + per.format(1234.5)); in TestAPI() 64 logln("Integer : " + integer.format(1234.5)); in TestAPI() 65 logln("Int_fr : " + int_fr.format(1234.5)); in TestAPI() 69 logln("Testing equality operator"); in TestAPI() 77 logln("Testing various format() methods"); in TestAPI() 96 logln( "" + d + " formatted to " + res1); in TestAPI() 99 logln("" + l + " formatted to " + res2); in TestAPI() [all …]
|
D | IntlTestDecimalFormatAPI.java | 102 logln("DecimalFormat API test---"); logln(""); in TestAPI() 107 logln("Testing DecimalFormat constructors"); in TestAPI() 126 logln("Testing clone() and equality operators"); in TestAPI() 135 logln("Testing various format() methods"); in TestAPI() 141 logln("" + d + " is the double value"); in TestAPI() 153 logln("" + d + " formatted to " + res1); in TestAPI() 156 logln("" + l + " formatted to " + res2); in TestAPI() 159 logln("" + d + " formatted to " + res3); in TestAPI() 162 logln("" + l + " formatted to " + res4); in TestAPI() 166 logln("Testing parse()"); in TestAPI() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MessageRegressionTest.java | 78 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() 130 logln("Apply with pattern : " + pattern1); in Test4031438() 136 logln("Formatted with 7 : " + tempBuffer); in Test4031438() 149 logln("Formatted with null : " + tempBuffer); in Test4031438() 150 logln("Apply with pattern : " + pattern2); in Test4031438() 155 logln("Formatted with params : " + tempBuffer); in Test4031438() 159 logln("Formatted with null : " + tempBuffer); in Test4031438() 160 logln("toPattern : " + messageFormatter.toPattern()); in Test4031438() [all …]
|
D | DateFormatRegressionTestJ.java | 73 logln( "Pattern = " + aSimpleDF.toPattern()); in Test4148168() 74 logln( "Format = " + aSimpleDF.format(d)); in Test4148168() 88 logln("dateStyle = 2" + "\t timeStyle = -2"); in Test4213086() 89 logln("Exception caught!"); in Test4213086() 97 logln("dateStyle = 4" + "\t timeStyle = 2"); in Test4213086() 98 logln("Exception caught!"); in Test4213086() 99 logln("********************************************"); in Test4213086() 107 logln("dateStyle = -12" + "\t timeStyle = -12"); in Test4213086() 108 logln("Exception caught!"); in Test4213086() 109 logln("********************************************"); in Test4213086() [all …]
|
D | IntlTestSimpleDateFormatAPI.java | 44 logln("SimpleDateFormat API test---"); logln(""); in TestAPI() 50 logln("Testing SimpleDateFormat constructors"); in TestAPI() 65 logln("Testing clone(), assignment and equality operators"); in TestAPI() 74 logln("Testing various format() methods"); in TestAPI() 84 logln( "" + d.getTime() + " formatted to " + res1); in TestAPI() 87 logln("" + d.getTime() + " formatted to " + res2); in TestAPI() 91 logln("Testing parse()"); in TestAPI() 98 logln(text + " parsed into " + result1); in TestAPI() 106 logln(text + " parsed into " + result2); in TestAPI() 110 logln("Testing getters and setters"); in TestAPI() [all …]
|
D | IntlTestNumberFormatAPI.java | 37 logln("NumberFormat API test---"); logln(""); in TestAPI() 42 logln("Testing NumberFormat constructors"); in TestAPI() 61 logln("Currency : " + cur.format(1234.5)); in TestAPI() 62 logln("Percent : " + per.format(1234.5)); in TestAPI() 63 logln("Integer : " + integer.format(1234.5)); in TestAPI() 64 logln("Int_fr : " + int_fr.format(1234.5)); in TestAPI() 68 logln("Testing equality operator"); in TestAPI() 76 logln("Testing various format() methods"); in TestAPI() 95 logln( "" + d + " formatted to " + res1); in TestAPI() 98 logln("" + l + " formatted to " + res2); in TestAPI() [all …]
|
D | IntlTestDecimalFormatAPI.java | 101 logln("DecimalFormat API test---"); logln(""); in TestAPI() 106 logln("Testing DecimalFormat constructors"); in TestAPI() 125 logln("Testing clone() and equality operators"); in TestAPI() 134 logln("Testing various format() methods"); in TestAPI() 140 logln("" + d + " is the double value"); in TestAPI() 152 logln("" + d + " formatted to " + res1); in TestAPI() 155 logln("" + l + " formatted to " + res2); in TestAPI() 158 logln("" + d + " formatted to " + res3); in TestAPI() 161 logln("" + l + " formatted to " + res4); in TestAPI() 165 logln("Testing parse()"); in TestAPI() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/ |
D | TimeScaleAPITest.java | 42 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromBigDecimal() 57 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromBigDecimal() 68 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromDouble() 83 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromDouble() 94 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromLong() 109 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromLong() 122 logln("PASS: UniversalTimeScale.from failed as expected"); in TestFromLong() 131 logln("from(0L, " + scale + ") returned " + result); in TestFromLong() 138 logln("from(fromMin, " + scale + ") returned " + result); in TestFromLong() 148 logln("PASS: UniversalTimeScale.from failed as expected"); in TestFromLong() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/ |
D | TimeScaleAPITest.java | 41 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromBigDecimal() 56 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromBigDecimal() 67 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromDouble() 82 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromDouble() 93 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromLong() 108 logln("PASS: UniversalTimeScale.bigDecimalFrom failed as expected"); in TestBigDecimalFromLong() 121 logln("PASS: UniversalTimeScale.from failed as expected"); in TestFromLong() 130 logln("from(0L, " + scale + ") returned " + result); in TestFromLong() 137 logln("from(fromMin, " + scale + ") returned " + result); in TestFromLong() 147 logln("PASS: UniversalTimeScale.from failed as expected"); in TestFromLong() [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
D | GlobalizationPreferencesTest.java | 50 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() 117 logln("Create a new GlobalizationPreference object"); in TestFreezable() 123 logln("Call reset()"); in TestFreezable() 135 logln("Freeze the object"); in TestFreezable() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | AstroTest.java | 43 logln(""); in TestSolarLongitude() 53 logln("longitude(" + longitude + in TestSolarLongitude() 65 logln("result.ascension(" + result.ascension + in TestSolarLongitude() 76 logln("result.declination(" + result.declination + in TestSolarLongitude() 96 logln(""); in TestLunarPosition() 106 logln("result.ascension(" + result.ascension + in TestLunarPosition() 117 logln("result.declination(" + result.declination + in TestLunarPosition() 133 logln("result is " + result + "; " + result.toHmsString()); in TestCoordinates() 150 logln("ecliptic: " + ecl); in TestCoverage() 163 logln("astro: " + astro); in TestCoverage() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | AstroTest.java | 42 logln(""); in TestSolarLongitude() 52 logln("longitude(" + longitude + in TestSolarLongitude() 64 logln("result.ascension(" + result.ascension + in TestSolarLongitude() 75 logln("result.declination(" + result.declination + in TestSolarLongitude() 95 logln(""); in TestLunarPosition() 105 logln("result.ascension(" + result.ascension + in TestLunarPosition() 116 logln("result.declination(" + result.declination + in TestLunarPosition() 132 logln("result is " + result + "; " + result.toHmsString()); in TestCoordinates() 149 logln("ecliptic: " + ecl); in TestCoverage() 162 logln("astro: " + astro); in TestCoverage() [all …]
|