HomeSort by relevance Sort by last modified time
    Searched refs:errln (Results 1 - 25 of 508) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 43 errln("ERROR: English DecimalFormatSymbols equal to French");
49 errln("ERROR: getLocale failed");
52 errln("ERROR: getULocale failed");
56 errln("ERROR: getLocale failed");
59 errln("ERROR: getULocale failed");
65 errln("ERROR: get/set ZeroDigit failed");
71 errln("ERROR: get/set DigitStrings failed");
77 errln("ERROR: get/set SignificantDigit failed");
83 errln("ERROR: get/set Currency failed");
89 errln("ERROR: get/set GroupingSeparator failed")
    [all...]
IntlTestDecimalFormatSymbolsC.java 39 errln("ERROR: English DecimalFormatSymbols equal to French");
47 errln("ERROR: get/set ZeroDigit failed");
53 errln("ERROR: get/set GroupingSeparator failed");
59 errln("ERROR: get/set DecimalSeparator failed");
65 errln("ERROR: get/set PerMill failed");
71 errln("ERROR: get/set Percent failed");
77 errln("ERROR: get/set Percent failed");
83 errln("ERROR: get/set PatternSeparator failed");
90 errln("ERROR: get/set Infinity failed");
97 errln("ERROR: get/set NaN failed")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 42 errln("ERROR: English DecimalFormatSymbols equal to French");
48 errln("ERROR: getLocale failed");
51 errln("ERROR: getULocale failed");
55 errln("ERROR: getLocale failed");
58 errln("ERROR: getULocale failed");
64 errln("ERROR: get/set ZeroDigit failed");
70 errln("ERROR: get/set DigitStrings failed");
76 errln("ERROR: get/set SignificantDigit failed");
82 errln("ERROR: get/set Currency failed");
88 errln("ERROR: get/set GroupingSeparator failed")
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timescale/
TimeScaleAPITest.java 40 errln("bigDecimalFrom(bigZero, -1) did not throw IllegalArgumentException.");
49 errln("bigDecimalFrom(bigZero, " + scale + ") threw IllegalArgumentException.");
55 errln("from(bigZero, MAX_SCALE) did not throw IllegalArgumetException.");
66 errln("bigDecimalFrom(0.0, -1) did not throw IllegalArgumentException.");
75 errln("bigDecimalFrom(0.0, " + scale + ") threw IllegalArgumentException.");
81 errln("from(0.0, MAX_SCALE) did not throw IllegalArgumetException.");
92 errln("bigDecimalFrom(0L, -1) did not throw IllegalArgumentException.");
101 errln("bigDecimalFrom(0L, " + scale + ") threw IllegalArgumentException.");
107 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException.");
120 errln("from(0L, -1) did not throw IllegalArgumentException.")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
TimeScaleAPITest.java 39 errln("bigDecimalFrom(bigZero, -1) did not throw IllegalArgumentException.");
48 errln("bigDecimalFrom(bigZero, " + scale + ") threw IllegalArgumentException.");
54 errln("from(bigZero, MAX_SCALE) did not throw IllegalArgumetException.");
65 errln("bigDecimalFrom(0.0, -1) did not throw IllegalArgumentException.");
74 errln("bigDecimalFrom(0.0, " + scale + ") threw IllegalArgumentException.");
80 errln("from(0.0, MAX_SCALE) did not throw IllegalArgumetException.");
91 errln("bigDecimalFrom(0L, -1) did not throw IllegalArgumentException.");
100 errln("bigDecimalFrom(0L, " + scale + ") threw IllegalArgumentException.");
106 errln("from(0L, MAX_SCALE) did not throw IllegalArgumetException.");
119 errln("from(0L, -1) did not throw IllegalArgumentException.")
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestFailureRecovery.java 34 // errln("Bidi.setPara did not fail when passed too big para level");
41 errln("Bidi.setPara did not fail when passed negative para level");
48 errln("Bidi.writeReverse did not fail when passed a null string");
56 errln("bidi.setLine did not fail when called before valid setPara()");
63 errln("bidi.getDirection did not fail when called before valid setPara()");
71 errln("bidi.getLevelAt did not fail when called with bad argument");
78 errln("Bidi constructor did not fail when called with bad argument");
86 errln("setPara did not fail when called with text too long");
94 errln("countRuns did not fail when called for too many runs");
102 errln("setReorderingMode with bad argument #1 should have no effect")
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TestDefaultPackageLoading.jpp 32 errln("Did not get the expected data");
35 errln("could not load data "+ex.getMessage());
43 errln("Did not get the expected data");
46 errln("could not load data "+ex.getMessage());
54 errln("Did not get the expected data");
58 errln("could not load data "+ex.getMessage());
RegionTest.java 346 errln("Numeric code mismatch for region " + r.toString() + ". Expected: " + e + " Got:" + n);
349 errln("Expected region " + r.toString() + " to be of type " + rd[3] + ". Got:" + r.getType().toString());
355 errln("Creating region " + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString());
359 errln("Known region " + rd[0] + " was not recognized.");
380 errln("Calling Region.get(null) should have thrown a NullPointerException, but didn't.");
387 errln("Calling Region.get(BOGUS) should have thrown a IllegalArgumentException, but didn't.");
398 errln("Unexpected region ID for Region.getInstance(\"" + inputID + "\"); Expected: " + expectedID + " Got: " + r.toString());
401 errln("Unexpected region type for Region.getInstance(\"" + inputID + "\"); Expected: " + expectedType + " Got: " + r.getType());
419 errln("Calling Region.get(-123) should have thrown a IllegalArgumentException, but didn't.");
429 errln("Unexpected region ID for Region.getInstance(" + inputID + "); Expected: " + expectedID + " Got: " (…)
    [all...]
ICUResourceBundleTest.java 87 errln("Unexpected exception: "+ ex);
97 errln("Did not get the expected output for Weekend data");
104 errln("wrapper mechanism failed for bogus locale.");
110 errln("Did not get the expected exception");
125 errln("could not create the resource bundle");
137 errln("could not create the resource bundle");
150 errln("Failed to get the items from number patterns table in bundle: "+
167 errln("Failed to get the items from number symbols table in bundle: "+
175 errln("could not create the resource bundle");
180 errln("UResourceBundle did not load the default bundle when bundle was not found. Default: " + ULocale.g (…)
809 errln(new Integer(i\/3).toString() + ": Error, expected Equiv=" + new Boolean(expectAvail).toString() + "\\t\\t" + method
    [all...]
StringTokenizerTest.java 64 errln("Constructor with default delimiter gives wrong results");
71 errln("Constructor with a UnicodeSet to ignoreWhiteSpace is " +
82 errln("Constructor with default delimiter and delimiter tokens gives wrong results");
96 errln("Constructor with null delimiter gives wrong results");
110 errln("Constructor with empty delimiter gives wrong results");
115 errln("null string should throw an exception");
121 errln("null string should throw an exception");
127 errln("null string should throw an exception");
133 errln("null string should throw an exception");
140 errln("null string should throw an exception")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestFailureRecovery.java 33 // errln("Bidi.setPara did not fail when passed too big para level");
40 errln("Bidi.setPara did not fail when passed negative para level");
47 errln("Bidi.writeReverse did not fail when passed a null string");
55 errln("bidi.setLine did not fail when called before valid setPara()");
62 errln("bidi.getDirection did not fail when called before valid setPara()");
70 errln("bidi.getLevelAt did not fail when called with bad argument");
77 errln("Bidi constructor did not fail when called with bad argument");
85 errln("setPara did not fail when called with text too long");
93 errln("countRuns did not fail when called for too many runs");
101 errln("setReorderingMode with bad argument #1 should have no effect")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TestDefaultPackageLoading.jpp 32 errln("Did not get the expected data");
35 errln("could not load data "+ex.getMessage());
43 errln("Did not get the expected data");
46 errln("could not load data "+ex.getMessage());
54 errln("Did not get the expected data");
58 errln("could not load data "+ex.getMessage());
RegionTest.java 345 errln("Numeric code mismatch for region " + r.toString() + ". Expected: " + e + " Got:" + n);
348 errln("Expected region " + r.toString() + " to be of type " + rd[3] + ". Got:" + r.getType().toString());
354 errln("Creating region " + r.toString() + " by its numeric code returned a different region. Got: " + ncRegion.toString());
358 errln("Known region " + rd[0] + " was not recognized.");
379 errln("Calling Region.get(null) should have thrown a NullPointerException, but didn't.");
386 errln("Calling Region.get(BOGUS) should have thrown a IllegalArgumentException, but didn't.");
397 errln("Unexpected region ID for Region.getInstance(\"" + inputID + "\"); Expected: " + expectedID + " Got: " + r.toString());
400 errln("Unexpected region type for Region.getInstance(\"" + inputID + "\"); Expected: " + expectedType + " Got: " + r.getType());
418 errln("Calling Region.get(-123) should have thrown a IllegalArgumentException, but didn't.");
428 errln("Unexpected region ID for Region.getInstance(" + inputID + "); Expected: " + expectedID + " Got: " (…)
    [all...]
ICUResourceBundleTest.java 86 errln("Unexpected exception: "+ ex);
96 errln("Did not get the expected output for Weekend data");
103 errln("wrapper mechanism failed for bogus locale.");
109 errln("Did not get the expected exception");
124 errln("could not create the resource bundle");
136 errln("could not create the resource bundle");
149 errln("Failed to get the items from number patterns table in bundle: "+
166 errln("Failed to get the items from number symbols table in bundle: "+
174 errln("could not create the resource bundle");
179 errln("UResourceBundle did not load the default bundle when bundle was not found. Default: " + ULocale.g (…)
808 errln(new Integer(i\/3).toString() + ": Error, expected Equiv=" + new Boolean(expectAvail).toString() + "\\t\\t" + method
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
TestUScriptRun.java 71 errln("Incorrect start offset for run " + run + ": expected " + runStarts[run] + ", got " + runStart);
75 errln("Incorrect limit offset for run " + run + ": expected " + runStarts[run + 1] + ", got " + runLimit);
79 errln("Incorrect script for run " + run + ": expected \"" + UScript.getName(testData[run].runScript) + "\", got \"" + UScript.getName(runScript) + "\"");
92 errln("Incorrect number of runs: expected " + testData.length + ", got " + run);
105 errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!");
112 errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!");
119 errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!");
126 errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!");
133 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!");
140 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!")
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
TestUScriptRun.java 70 errln("Incorrect start offset for run " + run + ": expected " + runStarts[run] + ", got " + runStart);
74 errln("Incorrect limit offset for run " + run + ": expected " + runStarts[run + 1] + ", got " + runLimit);
78 errln("Incorrect script for run " + run + ": expected \"" + UScript.getName(testData[run].runScript) + "\", got \"" + UScript.getName(runScript) + "\"");
91 errln("Incorrect number of runs: expected " + testData.length + ", got " + run);
104 errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!");
111 errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!");
118 errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!");
125 errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!");
132 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!");
139 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!")
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
ErrorTest.java 40 errln("FAIL: construction of Latin-Greek");
46 errln("FAIL: Out of bounds check failed (1).");
50 errln("FAIL: Transliterate fails and the target string was modified.");
54 errln("FAIL: Out of bounds check failed (2).");
58 errln("FAIL: Transliterate fails and the target string was modified.");
64 errln("FAIL: Start offset is out of bounds, error not reported.");
73 errln("FAIL: Limit offset is out of bounds, error not reported.\n");
84 errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expected.");
87 errln("Insertion test with string failed for some reason.");
96 errln("FAIL: Test insertion with character: the transliteration position limit didn't change as expected (…)
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
ErrorTest.java 39 errln("FAIL: construction of Latin-Greek");
45 errln("FAIL: Out of bounds check failed (1).");
49 errln("FAIL: Transliterate fails and the target string was modified.");
53 errln("FAIL: Out of bounds check failed (2).");
57 errln("FAIL: Transliterate fails and the target string was modified.");
63 errln("FAIL: Start offset is out of bounds, error not reported.");
72 errln("FAIL: Limit offset is out of bounds, error not reported.\n");
83 errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expected.");
86 errln("Insertion test with string failed for some reason.");
95 errln("FAIL: Test insertion with character: the transliteration position limit didn't change as expected (…)
    [all...]
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 39 errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h");
45 errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in platform.h");
48 errln("int64_t and uint64_t are undefined.");
51 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h");
54 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h");
58 errln("8!=sizeof(double) - putil.c code may not work");
61 errln("4!=sizeof(int32_t)");
64 errln("4!=sizeof(uint32_t)");
67 errln("2!=sizeof(int16_t)");
70 errln("2!=sizeof(uint16_t)")
    [all...]
pptest.cpp 44 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
58 errln("*** PP getIndex or constructor() result");
67 errln("*** PP getIndex or constructor(int32_t) result");
73 errln("*** PP getIndex or setIndex result");
84 errln("*** PP not equals fails");
89 errln(UnicodeString("*** PP equals fails (") + pp3.getIndex() + " != " + pp4.getIndex() + ")");
97 errln("*** PP operator= operator== or operator != result");
102 errln("ParsePosition.clone() failed");
114 errln("*** FP constructor(int) or getField");
121 errln("*** FP Constructor(FP&)")
    [all...]
sdtfmtts.cpp 34 errln("ERROR: Could not set default locale, test may not give correct results");
69 errln("ERROR: Could not create SimpleDateFormat (pattern) - %s", u_errorName(status));
75 errln("ERROR: Could not create SimpleDateFormat (pattern French)");
81 errln("ERROR: Could not create DateFormatSymbols (French)");
94 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
101 errln("ERROR: Could not create SimpleDateFormat (pattern, override) - %s", u_errorName(status));
107 errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale) - %s", u_errorName(status));
114 errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) with a bogus override");
125 errln("ERROR: Copy constructor (or ==) failed");
130 errln("ERROR: Assignment (or !=) failed")
    [all...]
ustrtest.cpp 75 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
79 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\"");
86 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
91 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
100 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
105 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
108 errln(UnicodeString("length() failed: expected 70, got ") + test1.length());
110 errln(UnicodeString("length() failed: expected 30, got ") + test2.length());
115 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
118 errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length())
    [all...]
citrtest.cpp 169 errln("Failed: firstPostInc() failed");
172 errln("Failed: getIndex().");
175 errln("Failed: getLength()");
179 errln("Failed: setToStart().");
183 errln("Failed: setToEnd().");
186 errln("Failed: startIndex()");
190 errln("Failed: first32PostInc() failed");
212 errln("Construction failed: startIndex is negative");
214 errln("Construction failed: endIndex is greater than the text length");
216 errln("Construction failed: index is invalid")
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestStringPrep.java 113 errln("Delimiter @ disappeared from the output!");
116 errln("mixed_prepare for string: " + mixed_prep_data[i] +" failed with " + e.toString());
125 errln("Did not get the expected exception");
145 errln("Did not get the expected output for nfs4_cis_prep at index " + i);
149 errln("Did not get the expected exception");
164 errln("Got unexpected exception: " + e.toString());
173 errln("Did not get expected output. Expected: "+ prettify(src)+
177 errln("Got unexpected exception: " + e.toString());
186 errln("Did not get expected output. Expected: "+ prettify(src)+
190 errln("Got unexpected exception: " + e.toString())
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestStringPrep.java 112 errln("Delimiter @ disappeared from the output!");
115 errln("mixed_prepare for string: " + mixed_prep_data[i] +" failed with " + e.toString());
124 errln("Did not get the expected exception");
144 errln("Did not get the expected output for nfs4_cis_prep at index " + i);
148 errln("Did not get the expected exception");
163 errln("Got unexpected exception: " + e.toString());
172 errln("Did not get expected output. Expected: "+ prettify(src)+
176 errln("Got unexpected exception: " + e.toString());
185 errln("Did not get expected output. Expected: "+ prettify(src)+
189 errln("Got unexpected exception: " + e.toString())
    [all...]

Completed in 340 milliseconds

1 2 3 4 5 6 7 8 91011>>