Searched defs:errorCode (Results 176 - 182 of 182) sorted by relevance

12345678

/external/icu4c/test/cintltst/
H A Dcreststn.c1200 log_err("ERROR: ures_getLocale is supposed to fail with errorCode != U_ZERO_ERROR\n");
1205 log_err("ERROR: ures_getLocale is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1231 log_err("ERROR: ures_get is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1238 log_err("ERROR: ures_getByKey is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1244 log_err("ERROR: ures_getByKey is supposed to fail when errorCode != U_ZERO_ERROR\n");
1249 log_err("ERROR: ures_getStringByKey is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode
2798 UErrorCode errorCode = U_ZERO_ERROR; local
[all...]
H A Dccapitst.c1934 UErrorCode errorCode; local
1941 errorCode=U_ZERO_ERROR;
1942 cnv=ucnv_openCCSID(ccsid, UCNV_IBM, &errorCode);
1943 if(U_FAILURE(errorCode)) {
1944 log_data_err("error: ucnv_openCCSID(%ld) failed (%s)\n", ccsid, u_errorName(errorCode));
1948 if(ccsid!=ucnv_getCCSID(cnv, &errorCode)) {
1949 log_err("error: ucnv_getCCSID(ucnv_openCCSID(%ld))=%ld\n", ccsid, ucnv_getCCSID(cnv, &errorCode));
1953 if(ccsid != 1392 && UCNV_IBM!=ucnv_getPlatform(cnv, &errorCode)) {
1954 log_err("error: ucnv_getPlatform(ucnv_openCCSID(%ld))=%ld!=UCNV_IBM\n", ccsid, ucnv_getPlatform(cnv, &errorCode));
2189 UErrorCode errorCode; local
2307 UErrorCode errorCode; local
2494 UErrorCode errorCode; local
2549 UErrorCode errorCode; local
2604 UErrorCode errorCode; local
2657 UErrorCode errorCode; local
2700 UErrorCode errorCode; local
2801 UErrorCode errorCode; local
3080 UErrorCode errorCode; local
3541 UErrorCode errorCode; local
3627 UErrorCode errorCode; local
3689 UErrorCode errorCode = U_ZERO_ERROR; local
3732 UErrorCode errorCode = U_ZERO_ERROR; local
[all...]
H A Dnucnvtst.c174 UErrorCode errorCode=U_ZERO_ERROR; local
179 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
180 if(errorCode==U_INDEX_OUTOFBOUNDS_ERROR) {
182 } else if(U_FAILURE(errorCode)) {
183 log_err("%s ucnv_getNextUChar() failed: %s\n", message, u_errorName(errorCode));
202 UErrorCode errorCode=U_ZERO_ERROR; local
204 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
205 if(errorCode != expected){
206 log_err("FAIL: Expected:%s when %s-----Got:%s\n", myErrorName(expected), message, myErrorName(errorCode));
1477 UErrorCode errorCode; local
1849 UErrorCode errorCode=U_ZERO_ERROR; local
1892 UErrorCode errorCode=U_ZERO_ERROR; local
1954 UErrorCode errorCode=U_ZERO_ERROR; local
2025 UErrorCode errorCode=U_ZERO_ERROR; local
2077 UErrorCode errorCode=U_ZERO_ERROR; local
2125 UErrorCode errorCode=U_ZERO_ERROR; local
2179 UErrorCode errorCode=U_ZERO_ERROR; local
2245 UErrorCode errorCode=U_ZERO_ERROR; local
2321 UErrorCode errorCode=U_ZERO_ERROR; local
2392 UErrorCode errorCode=U_ZERO_ERROR; local
2525 UErrorCode errorCode=U_ZERO_ERROR; local
2556 UErrorCode errorCode=U_ZERO_ERROR; local
2598 UErrorCode errorCode=U_ZERO_ERROR; local
2649 UErrorCode errorCode=U_ZERO_ERROR; local
2759 UErrorCode errorCode=U_ZERO_ERROR; local
2803 UErrorCode errorCode=U_ZERO_ERROR; local
2870 UErrorCode errorCode=U_ZERO_ERROR; local
2920 UErrorCode errorCode=U_ZERO_ERROR; local
2985 UErrorCode errorCode=U_ZERO_ERROR; local
3110 UErrorCode errorCode=U_ZERO_ERROR; local
3329 UErrorCode errorCode=U_ZERO_ERROR; local
3395 UErrorCode errorCode=U_ZERO_ERROR; local
3861 UErrorCode errorCode=U_ZERO_ERROR; local
3950 UErrorCode errorCode=U_ZERO_ERROR; local
4027 UErrorCode errorCode=U_ZERO_ERROR; local
4106 UErrorCode errorCode=U_ZERO_ERROR; local
4169 UErrorCode errorCode = U_ZERO_ERROR; local
4511 UErrorCode errorCode=U_ZERO_ERROR; local
4673 UErrorCode errorCode=U_ZERO_ERROR; local
4749 UErrorCode errorCode=U_ZERO_ERROR; local
4858 UErrorCode errorCode=U_ZERO_ERROR; local
4914 UErrorCode errorCode=U_ZERO_ERROR; local
4968 UErrorCode errorCode=U_ZERO_ERROR; local
4998 UErrorCode errorCode=U_ZERO_ERROR; local
5083 UErrorCode errorCode=U_ZERO_ERROR; local
[all...]
/external/icu4c/test/intltest/
H A Dusettest.cpp56 UErrorCode errorCode=U_ZERO_ERROR; local
57 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2152 UErrorCode errorCode=U_ZERO_ERROR; local
2154 UnicodeSet idSet(idPattern, errorCode);
2155 if(U_FAILURE(errorCode)) {
2156 dataerrln("FAIL: unable to create UnicodeSet([:ID_Continue:]) - %s", u_errorName(errorCode));
2161 UnicodeSet wsSet(wsPattern, errorCode);
2162 if(U_FAILURE(errorCode)) {
2163 dataerrln("FAIL: unable to create UnicodeSet([:White_Space:]) - %s", u_errorName(errorCode));
2241 applyPattern(wsPattern, errorCode)
2296 UErrorCode errorCode=U_ZERO_ERROR; local
3234 UErrorCode errorCode=U_ZERO_ERROR; local
3237 ucnv_fromUnicode(openUTF8Converter(), &t, tLimit, &s16, s16Limit, o, TRUE, &errorCode); local
3646 UErrorCode errorCode=U_ZERO_ERROR; local
3769 UErrorCode errorCode=U_ZERO_ERROR; local
[all...]
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp534 WebFrame::reportError(int errorCode, const WTF::String& description, argument
540 LOGV("::WebCore:: reportError(%d, %s)", errorCode, description.ascii().data());
548 env->CallVoidMethod(javaFrame.get(), mJavaFrame->mReportError, errorCode, descStr, failUrl);
/external/expat/lib/
H A Dxmlparse.c601 #define errorCode (parser->m_errorCode) macro
849 errorCode = XML_ERROR_NONE;
1434 errorCode = XML_ERROR_SUSPENDED;
1437 errorCode = XML_ERROR_FINISHED;
1454 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr);
1456 if (errorCode == XML_ERROR_NONE) {
1483 errorCode = processor(parser, s, parseEndPtr = s + len, &end);
1485 if (errorCode != XML_ERROR_NONE) {
1515 errorCode = XML_ERROR_NO_MEMORY;
1520 errorCode
[all...]
/external/icu4c/i18n/
H A Ducol.cpp298 void collIterate::appendOffset(int32_t offset, UErrorCode &errorCode) { argument
299 if(U_FAILURE(errorCode)) {
307 errorCode = U_MEMORY_ALLOCATION_ERROR;
902 //result->errorCode = *status;
3300 UErrorCode errorCode = U_ZERO_ERROR; local
3301 collationSource->appendOffset(firstOffset, errorCode);
3302 collationSource->appendOffset(firstOffset + 1, errorCode);

Completed in 206 milliseconds

12345678