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

1 2 3 4 5 6 7 8 9

  /external/chromium/third_party/icu/source/tools/ctestfw/unicode/
testlog.h 24 virtual void errln( const UnicodeString &message ) = 0;
  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 33 errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h");
39 errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in platform.h");
42 errln("int64_t and uint64_t are undefined.");
45 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h");
48 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h");
52 errln("8!=sizeof(double) - putil.c code may not work");
55 errln("4!=sizeof(int32_t)");
58 errln("4!=sizeof(uint32_t)");
61 errln("2!=sizeof(int16_t)");
64 errln("2!=sizeof(uint16_t)")
    [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...]
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...]
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...]
sdtfmtts.cpp 32 errln("ERROR: Could not set default locale, test may not give correct results");
67 errln("ERROR: Could not create SimpleDateFormat (pattern)");
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)");
98 errln("ERROR: Could not create SimpleDateFormat (pattern, override)");
104 errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale)");
110 errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) with a bogus override");
121 errln("ERROR: Copy constructor (or ==) failed");
126 errln("ERROR: Assignment (or !=) 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...]
tstnrapi.cpp 29 errln("error in Normalizer(CharacterIterator).next()");
35 errln("error in Normalizer(Normalizer(CharacterIterator)).next()");
41 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()!=copy");
45 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->hashCode()!=copy.hashCode()");
48 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->next()");
52 errln("error in Normalizer(Normalizer(CharacterIterator)).clone()->next().hashCode()==copy.hashCode()");
66 errln("error in Normalizer::(de)compose(): %s", u_errorName(errorCode));
71 errln("error in Normalizer::(de)compose(): wrong result(s)");
77 errln("error in Normalizer(CharacterIterator).setIndex(3)");
85 errln("error Normalizer::setText() failed: %s", u_errorName(errorCode))
    [all...]
citrtest.cpp 165 errln("Failed: firstPostInc() failed");
168 errln("Failed: getIndex().");
171 errln("Failed: getLength()");
175 errln("Failed: setToStart().");
179 errln("Failed: setToEnd().");
182 errln("Failed: startIndex()");
186 errln("Failed: first32PostInc() failed");
208 errln("Construction failed: startIndex is negative");
210 errln("Construction failed: endIndex is greater than the text length");
212 errln("Construction failed: index is invalid")
    [all...]
itutil.cpp 80 errln("ErrorCode did not initialize properly");
86 errln("ErrorCode did not yield a writable reference");
90 errln("ErrorCode did not yield a writable pointer");
94 errln("ErrorCode.set() failed");
99 errln("ErrorCode did not reset properly");
128 errln("ErrorCode did not initialize properly");
133 errln("ErrorCode.check() called handleFailure(kCheck) despite success");
137 errln("ErrorCode did not yield a writable reference");
141 errln("ErrorCode.check() did not handleFailure(kCheck)");
145 errln("ErrorCode did not yield a writable pointer")
    [all...]
dcfmapts.cpp 32 errln((UnicodeString)"ERROR: Could not set default locale, test may not give correct results");
76 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern)");
83 errln((UnicodeString)"ERROR: Could not create DecimalFormatSymbols (French)");
90 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols*)");
96 errln((UnicodeString)"ERROR: Could not create DecimalFormat (pattern, symbols)");
106 errln((UnicodeString)"ERROR: Copy constructor or == failed");
111 errln((UnicodeString)"ERROR: Assignment (or !=) failed");
116 errln((UnicodeString)"ERROR: Clone() failed");
141 errln((UnicodeString)"ERROR: format(Formattable [double]) failed");
148 errln((UnicodeString)"ERROR: format(Formattable [long]) failed")
    [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...]
dadrfmt.cpp 130 errln("case %d: No 'locale' line.", n);
135 errln("case %d: No 'spec' line.", n);
140 errln("case %d: No 'date' line.", n);
145 errln("case %d: No 'str' line.", n);
159 errln("case %d: could not create SimpleDateFormat from pattern: %s", n, u_errorName(status));
164 errln("case %d: could not parse spec as style fields: %s", n, u_errorName(status));
169 errln("case %d: could not create SimpleDateFormat from styles.", n);
176 errln("case %d: could not create calendar from %s", n, calLoc);
191 errln("case %d: could not parse date as RELATIVE_ADD calendar fields: %s", n, u_errorName(status));
207 errln("case %d: could not apply date as RELATIVE_ADD calendar fields: %s", n, u_errorName(status))
    [all...]
dadrcal.cpp 113 errln(caseString+": Unable to get param '"+param+"' "
120 errln(caseString+": Unable to instantiate calendar for "
130 errln(caseString+": Unable to get parameter '"+param+"' "
140 errln(caseString+": Failed to parse '"+param+"' parameter: "
150 errln(caseString+": Unable to get parameter '"+param+"' "
155 errln(caseString+": Failed to parse '"+param+"' parameter: "
166 errln(caseString+": Unable to get parameter '"+param+"' "
172 errln(caseString+": Failed to parse '"+param+"' parameter: "
182 errln(caseString+": Unable to get parameter '"+param+"' "
191 errln(caseString+": Failed to parse '"+param+"' parameter:
    [all...]
  /external/icu4c/test/intltest/
strtest.cpp 33 errln("TestEndian: U_IS_BIG_ENDIAN needs to be fixed in platform.h");
39 errln("TestSizeofWCharT: U_SIZEOF_WCHAR_T!=sizeof(wchar_t) - U_SIZEOF_WCHAR_T needs to be fixed in platform.h");
42 errln("int64_t and uint64_t are undefined.");
45 errln("TestSizeofTypes: 8!=sizeof(int64_t) - int64_t needs to be fixed in platform.h");
48 errln("TestSizeofTypes: 8!=sizeof(uint64_t) - uint64_t needs to be fixed in platform.h");
52 errln("8!=sizeof(double) - putil.c code may not work");
55 errln("4!=sizeof(int32_t)");
58 errln("4!=sizeof(uint32_t)");
61 errln("2!=sizeof(int16_t)");
64 errln("2!=sizeof(uint16_t)")
    [all...]
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...]
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...]
sdtfmtts.cpp 32 errln("ERROR: Could not set default locale, test may not give correct results");
67 errln("ERROR: Could not create SimpleDateFormat (pattern)");
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)");
98 errln("ERROR: Could not create SimpleDateFormat (pattern, override)");
104 errln("ERROR: Could not create SimpleDateFormat (pattern, override, locale)");
110 errln("ERROR: Should not have been able to create SimpleDateFormat (pattern, override, locale) with a bogus override");
121 errln("ERROR: Copy constructor (or ==) failed");
126 errln("ERROR: Assignment (or !=) 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...]
citrtest.cpp 165 errln("Failed: firstPostInc() failed");
168 errln("Failed: getIndex().");
171 errln("Failed: getLength()");
175 errln("Failed: setToStart().");
179 errln("Failed: setToEnd().");
182 errln("Failed: startIndex()");
186 errln("Failed: first32PostInc() failed");
208 errln("Construction failed: startIndex is negative");
210 errln("Construction failed: endIndex is greater than the text length");
212 errln("Construction failed: index is invalid")
    [all...]
ustrtest.cpp 82 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
86 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\"");
93 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
98 errln("replace() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
107 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
112 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
115 errln("length() failed: expected 70, got " + test1.length());
117 errln("length() failed: expected 30, got " + test2.length());
122 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
125 errln("append or length failed for UChar32, expected 2, got " + test3.length())
    [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...]
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...]
dadrfmt.cpp 130 errln("case %d: No 'locale' line.", n);
135 errln("case %d: No 'spec' line.", n);
140 errln("case %d: No 'date' line.", n);
145 errln("case %d: No 'str' line.", n);
159 errln("case %d: could not create SimpleDateFormat from pattern: %s", n, u_errorName(status));
164 errln("case %d: could not parse spec as style fields: %s", n, u_errorName(status));
169 errln("case %d: could not create SimpleDateFormat from styles.", n);
176 errln("case %d: could not create calendar from %s", n, calLoc);
191 errln("case %d: could not parse date as RELATIVE_ADD calendar fields: %s", n, u_errorName(status));
207 errln("case %d: could not apply date as RELATIVE_ADD calendar fields: %s", n, u_errorName(status))
    [all...]

Completed in 141 milliseconds

1 2 3 4 5 6 7 8 9