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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/icu/source/test/intltest/
cntabcol.cpp 32 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
41 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
45 errln("Error: expected %i, got %i\n", i, res);
59 errln("Error setting a non existing contraction error = %i (%s)\n", status, u_errorName(status));
67 errln("changing a non-existing offset should have resulted in an error\n");
82 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
91 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
95 errln("Error: expected %i, got %i\n", i, res);
112 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
118 errln("Error constructing table error = %i (%s)\n", status, u_errorName(status))
    [all...]
sdtfmtts.cpp 32 errln("ERROR: Could not set default locale, test may not give correct results");
67 errln("ERROR: Could not create SimpleDateFormat (pattern) - %s", u_errorName(status));
73 errln("ERROR: Could not create SimpleDateFormat (pattern French)");
79 errln("ERROR: Could not create DateFormatSymbols (French)");
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
99 errln("ERROR: Could not create SimpleDateFormat (pattern, override) - %s", u_errorName(status));
105 errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale) - %s", u_errorName(status));
112 errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) with a bogus override");
123 errln("ERROR: Copy constructor (or ==) failed");
128 errln("ERROR: Assignment (or !=) failed")
    [all...]
citrtest.cpp 167 errln("Failed: firstPostInc() failed");
170 errln("Failed: getIndex().");
173 errln("Failed: getLength()");
177 errln("Failed: setToStart().");
181 errln("Failed: setToEnd().");
184 errln("Failed: startIndex()");
188 errln("Failed: first32PostInc() failed");
210 errln("Construction failed: startIndex is negative");
212 errln("Construction failed: endIndex is greater than the text length");
214 errln("Construction failed: index is invalid")
    [all...]
itutil.cpp 90 errln("ErrorCode did not initialize properly");
95 errln("ErrorCode did not format error message string properly");
99 errln("ErrorCode did not yield a writable reference");
103 errln("ErrorCode did not yield a writable pointer");
107 errln("ErrorCode.set() failed");
112 errln("ErrorCode did not reset properly");
141 errln("ErrorCode did not initialize properly");
146 errln("ErrorCode.assertSuccess() called handleFailure() despite success");
150 errln("ErrorCode did not yield a writable reference");
154 errln("ErrorCode.assertSuccess() did not handleFailure()")
    [all...]
tsdcfmsy.cpp 52 errln("ERROR: English DecimalFormatSymbols equal to French");
60 errln("ERROR: get/set ZeroDigit failed");
66 errln("ERROR: get/set GroupingSeparator failed");
72 errln("ERROR: get/set DecimalSeparator failed");
78 errln("ERROR: get/set PerMill failed");
84 errln("ERROR: get/set Percent failed");
90 errln("ERROR: get/set Percent failed");
96 errln("ERROR: get/set PatternSeparator failed");
103 errln("ERROR: get/set Infinity failed");
110 errln("ERROR: get/set NaN failed")
    [all...]
dcfmapts.cpp 33 errln((UnicodeString)"ERROR: Could not set default locale, test may not give correct results");
83 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern)");
90 errln((UnicodeString)"ERROR: Could not create DecimalFormatSymbols (French)");
97 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)");
103 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols)");
113 errln((UnicodeString)"ERROR: Copy constructor or == failed");
118 errln((UnicodeString)"ERROR: Assignment (or !=) failed");
123 errln((UnicodeString)"ERROR: Clone() failed");
148 errln((UnicodeString)"ERROR: format(Formattable [double]) failed");
155 errln((UnicodeString)"ERROR: format(Formattable [long]) failed")
    [all...]
itercoll.cpp 101 errln("Couldn't create a RuleBasedCollator with a contracting sequence.");
118 errln("Couldn't create a RuleBasedCollator with an expanding sequence.");
135 errln("Couldn't create a RuleBasedCollator with both an expanding and a contracting sequence.");
151 errln("Couldn't create a collator");
163 errln("Couldn't create Japanese collator\n");
180 errln("Error: After setting offset to 0, we should be at the end "
185 errln("Error: After setting offset to end of the string, we should "
200 errln(msg1 + offset + msg2 + test1.length());
210 errln("setOffset failed.");
241 errln("iter2->next() returned an error.")
    [all...]
pptest.cpp 42 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
56 errln("*** PP getIndex or constructor() result");
65 errln("*** PP getIndex or constructor(int32_t) result");
71 errln("*** PP getIndex or setIndex result");
82 errln("*** PP not equals fails");
87 errln(UnicodeString("*** PP equals fails (") + pp3.getIndex() + " != " + pp4.getIndex() + ")");
95 errln("*** PP operator= operator== or operator != result");
100 errln("ParsePosition.clone() failed");
112 errln("*** FP constructor(int) or getField");
119 errln("*** FP Constructor(FP&)")
    [all...]
strtest.cpp 36 errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h");
42 errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in platform.h");
45 errln("int64_t and uint64_t are undefined.");
48 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h");
51 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h");
55 errln("8!=sizeof(double) - putil.c code may not work");
58 errln("4!=sizeof(int32_t)");
61 errln("4!=sizeof(uint32_t)");
64 errln("2!=sizeof(int16_t)");
67 errln("2!=sizeof(uint16_t)")
    [all...]
srchtest.cpp 61 errln("Collator creation failed with %s", u_errorName(status));
264 errln("Error setting USEARCH_ELEMENT_COMPARISON attribute %s", u_errorName(status));
270 errln("Error with the initialization of match start and length");
279 errln("Text: %s", str);
296 errln("Error getting following matched text");
305 errln("Text: %s", str);
307 errln("Pattern: %s", str);
308 errln("Error following match found at %d %d",
321 errln("Text: %s", str);
323 errln("Pattern: %s", str)
    [all...]
trnserr.cpp 76 errln("FAIL: Out of bounds check failed (1).");
79 errln("FAIL: Transliterate fails and the target string was modified.");
83 errln("FAIL: Out of bounds check failed (2).");
86 errln("FAIL: Transliterate fails and the target string was modified.");
92 errln("FAIL: Start offset is out of bounds, error not reported.\n");
99 errln("FAIL: Limit offset is out of bounds, error not reported.\n");
108 errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expected.");
110 errln("FAIL: Error code wasn't set either.");
120 errln("FAIL: Test insertion with character: the transliteration position limit didn't change as expected.");
122 errln("FAIL: Error code wasn't set either.")
    [all...]
ustrtest.cpp 81 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
85 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\"");
92 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
97 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
106 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
111 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
114 errln("length() failed: expected 70, got " + test1.length());
116 errln("length() failed: expected 30, got " + test2.length());
121 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
124 errln("append or length failed for UChar32, expected 2, got " + test3.length())
    [all...]
tzrulets.cpp 158 errln("FAIL: Couldn't create SimpleTimezone.");
179 errln("FAIL: couldn't add AnnualTimeZoneRule 1-1.");
188 errln("FAIL: couldn't add AnnualTimeZoneRule 1-2.");
192 errln("FAIL: couldn't complete RBTZ 1.");
202 errln("FAIL: couldn't add AnnualTimeZoneRule 2-1.");
209 errln("FAIL: couldn't add AnnualTimeZoneRule 2-2.");
213 errln("FAIL: couldn't complete RBTZ 2");
223 errln("FAIL: couldn't add AnnualTimeZoneRule 3-1.");
230 errln("FAIL: couldn't add AnnualTimeZoneRule 3-2.");
234 errln("FAIL: couldn't complete RBTZ 3")
    [all...]
  /external/icu4c/test/intltest/
cntabcol.cpp 32 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
41 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
45 errln("Error: expected %i, got %i\n", i, res);
59 errln("Error setting a non existing contraction error = %i (%s)\n", status, u_errorName(status));
67 errln("changing a non-existing offset should have resulted in an error\n");
82 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
91 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
95 errln("Error: expected %i, got %i\n", i, res);
112 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
118 errln("Error constructing table error = %i (%s)\n", status, u_errorName(status))
    [all...]
sdtfmtts.cpp 32 errln("ERROR: Could not set default locale, test may not give correct results");
67 errln("ERROR: Could not create SimpleDateFormat (pattern) - %s", u_errorName(status));
73 errln("ERROR: Could not create SimpleDateFormat (pattern French)");
79 errln("ERROR: Could not create DateFormatSymbols (French)");
92 errln("ERROR: Could not create SimpleDateFormat (pattern, symbols)");
99 errln("ERROR: Could not create SimpleDateFormat (pattern, override) - %s", u_errorName(status));
105 errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale) - %s", u_errorName(status));
112 errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) with a bogus override");
123 errln("ERROR: Copy constructor (or ==) failed");
128 errln("ERROR: Assignment (or !=) failed")
    [all...]
citrtest.cpp 168 errln("Failed: firstPostInc() failed");
171 errln("Failed: getIndex().");
174 errln("Failed: getLength()");
178 errln("Failed: setToStart().");
182 errln("Failed: setToEnd().");
185 errln("Failed: startIndex()");
189 errln("Failed: first32PostInc() failed");
211 errln("Construction failed: startIndex is negative");
213 errln("Construction failed: endIndex is greater than the text length");
215 errln("Construction failed: index is invalid")
    [all...]
dcfmapts.cpp 33 errln((UnicodeString)"ERROR: Could not set default locale, test may not give correct results");
89 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern)");
96 errln((UnicodeString)"ERROR: Could not create DecimalFormatSymbols (French)");
103 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)");
109 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols)");
119 errln((UnicodeString)"ERROR: Copy constructor or == failed");
124 errln((UnicodeString)"ERROR: Assignment (or !=) failed");
129 errln((UnicodeString)"ERROR: Clone() failed");
154 errln((UnicodeString)"ERROR: format(Formattable [double]) failed");
161 errln((UnicodeString)"ERROR: format(Formattable [long]) failed")
    [all...]
srchtest.cpp 61 errln("Collator creation failed with %s", u_errorName(status));
265 errln("Error setting USEARCH_ELEMENT_COMPARISON attribute %s", u_errorName(status));
271 errln("Error with the initialization of match start and length");
281 errln("Text: %s", str);
283 errln("Pattern: %s", str);
284 errln("Error next match found at %d (len:%d); expected %d (len:%d)",
298 errln("Error getting next matched text");
307 errln("Text: %s", str);
309 errln("Pattern: %s", str);
310 errln("Error next match found at %d (len:%d); expected <NO MATCH>",
    [all...]
tsdcfmsy.cpp 52 errln("ERROR: English DecimalFormatSymbols equal to French");
60 errln("ERROR: get/set ZeroDigit failed");
66 errln("ERROR: get/set GroupingSeparator failed");
72 errln("ERROR: get/set DecimalSeparator failed");
78 errln("ERROR: get/set PerMill failed");
84 errln("ERROR: get/set Percent failed");
90 errln("ERROR: get/set Percent failed");
96 errln("ERROR: get/set PatternSeparator failed");
103 errln("ERROR: get/set Infinity failed");
110 errln("ERROR: get/set NaN failed")
    [all...]
itercoll.cpp 101 errln("Couldn't create a RuleBasedCollator with a contracting sequence.");
118 errln("Couldn't create a RuleBasedCollator with an expanding sequence.");
135 errln("Couldn't create a RuleBasedCollator with both an expanding and a contracting sequence.");
151 errln("Couldn't create a collator");
163 errln("Couldn't create Japanese collator\n");
180 errln("Error: After setting offset to 0, we should be at the end "
185 errln("Error: After setting offset to end of the string, we should "
200 errln(msg1 + offset + msg2 + test1.length());
210 errln("setOffset failed.");
241 errln("iter2->next() returned an error.")
    [all...]
pptest.cpp 42 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
56 errln("*** PP getIndex or constructor() result");
65 errln("*** PP getIndex or constructor(int32_t) result");
71 errln("*** PP getIndex or setIndex result");
82 errln("*** PP not equals fails");
87 errln(UnicodeString("*** PP equals fails (") + pp3.getIndex() + " != " + pp4.getIndex() + ")");
95 errln("*** PP operator= operator== or operator != result");
100 errln("ParsePosition.clone() failed");
112 errln("*** FP constructor(int) or getField");
119 errln("*** FP Constructor(FP&)")
    [all...]
strtest.cpp 36 errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h");
42 errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in platform.h");
45 errln("int64_t and uint64_t are undefined.");
48 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h");
51 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h");
55 errln("8!=sizeof(double) - putil.c code may not work");
58 errln("4!=sizeof(int32_t)");
61 errln("4!=sizeof(uint32_t)");
64 errln("2!=sizeof(int16_t)");
67 errln("2!=sizeof(uint16_t)")
    [all...]
trnserr.cpp 76 errln("FAIL: Out of bounds check failed (1).");
79 errln("FAIL: Transliterate fails and the target string was modified.");
83 errln("FAIL: Out of bounds check failed (2).");
86 errln("FAIL: Transliterate fails and the target string was modified.");
92 errln("FAIL: Start offset is out of bounds, error not reported.\n");
99 errln("FAIL: Limit offset is out of bounds, error not reported.\n");
108 errln("FAIL: Test insertion with string: the transliteration position limit didn't change as expected.");
110 errln("FAIL: Error code wasn't set either.");
120 errln("FAIL: Test insertion with character: the transliteration position limit didn't change as expected.");
122 errln("FAIL: Error code wasn't set either.")
    [all...]
ustrtest.cpp 83 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
87 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\"");
94 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
99 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
108 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
113 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
116 errln(UnicodeString("length() failed: expected 70, got ") + test1.length());
118 errln(UnicodeString("length() failed: expected 30, got ") + test2.length());
123 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
126 errln(UnicodeString("append or length failed for UChar32, expected 2, got ") + test3.length())
    [all...]
tzrulets.cpp 159 errln("FAIL: Couldn't create SimpleTimezone.");
180 errln("FAIL: couldn't add AnnualTimeZoneRule 1-1.");
189 errln("FAIL: couldn't add AnnualTimeZoneRule 1-2.");
193 errln("FAIL: couldn't complete RBTZ 1.");
203 errln("FAIL: couldn't add AnnualTimeZoneRule 2-1.");
210 errln("FAIL: couldn't add AnnualTimeZoneRule 2-2.");
214 errln("FAIL: couldn't complete RBTZ 2");
224 errln("FAIL: couldn't add AnnualTimeZoneRule 3-1.");
231 errln("FAIL: couldn't add AnnualTimeZoneRule 3-2.");
235 errln("FAIL: couldn't complete RBTZ 3")
    [all...]

Completed in 1405 milliseconds

1 2 3 4 5 6 7 8 910