Searched refs:errorCode (Results 276 - 300 of 316) sorted by relevance

<<111213

/external/icu/icu4c/source/i18n/
H A Ducol.cpp569 UErrorCode errorCode = U_ZERO_ERROR; local
570 return rules.extract(buffer, bufferLen, errorCode);
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h1359 * UErrorCode errorCode = U_ZERO_ERROR;
1360 * int32_t length = uloc_toLanguageTag(localeID.c_str(), langTag, (int32_t)sizeof(langTag), TRUE, &errorCode);
1361 * if (U_FAILURE(errorCode)) {
2499 Calendar::createInstance(TimeZone* zone, UErrorCode& errorCode) argument
2502 return createInstance(zone, Locale::getDefault(), errorCode);
/external/icu/icu4c/source/test/cintltst/
H A Dputiltst.c429 static const UErrorCode errorCode[_CODE_ARR_LEN] = { variable
462 errorName = u_errorName(errorCode[code]);
H A Dcallcoll.c150 UErrorCode errorCode = U_ZERO_ERROR; local
165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
H A Dcmsgtst.c1120 UErrorCode errorCode = U_ZERO_ERROR; local
1130 length = u_formatMessage("en", pattern, -1, result, UPRV_LENGTHOF(result), &errorCode, x, y);
1131 if (U_FAILURE(errorCode) || length != u_strlen(expected) || u_strcmp(result, expected) != 0) {
1133 (int)length, u_errorName(errorCode));
H A Dcnumtst.c971 UErrorCode errorCode = U_ZERO_ERROR; local
977 UNumberFormat* unum = unum_open( UNUM_DECIMAL /*or UNUM_DEFAULT*/, NULL, -1, NULL, NULL, &errorCode);
979 UNumberFormat* unum = unum_open( UNUM_PATTERN_DECIMAL /*needs pattern*/, pat, -1, NULL, NULL, &errorCode);
982 dbl = unum_parseDouble( unum, input, -1 /*u_strlen(input)*/, 0 /* 0 = start */, &errorCode );
983 if (U_FAILURE(errorCode)) {
984 log_data_err("Result - %s\n", u_errorName(errorCode));
H A Dcreststn.c1193 log_err("ERROR: ures_getLocale is supposed to fail with errorCode != U_ZERO_ERROR\n");
1198 log_err("ERROR: ures_getLocale is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1224 log_err("ERROR: ures_get is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1231 log_err("ERROR: ures_getByKey is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode=%s\n",
1237 log_err("ERROR: ures_getByKey is supposed to fail when errorCode != U_ZERO_ERROR\n");
1242 log_err("ERROR: ures_getStringByKey is supposed to fail when UResourceBundle = NULL. Expected: errorCode = U_ILLEGAL_ARGUMENT_ERROR, Got: errorCode
2844 UErrorCode errorCode = U_ZERO_ERROR; local
[all...]
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java3192 * @param errorCode the code of the errormessage to display
3194 private void zzScanError(int errorCode) { argument
3197 message = ZZ_ERROR_MSG[errorCode];
/external/icu/icu4c/source/test/intltest/
H A Dplurults.cpp592 IcuTestErrorCode errorCode(*this, "testOrdinal");
593 LocalPointer<PluralRules> pr(PluralRules::forLocale("en", UPLURAL_TYPE_ORDINAL, errorCode));
594 if (errorCode.logIfFailureAndReset("PluralRules::forLocale(en, UPLURAL_TYPE_ORDINAL) failed")) {
H A Ddtfmttst.cpp178 IcuTestErrorCode errorCode(*this, "TestPatterns()");
198 DateTimePatternGenerator::createInstance(locale, errorCode));
199 if(errorCode.logDataIfFailureAndReset("DateTimePatternGenerator::createInstance() failed for locale ID \"%s\"", EXPECTED[i].localeID)) {
202 UnicodeString pattern = generator->getBestPattern(actualPattern, errorCode);
203 SimpleDateFormat date1(pattern, locale, errorCode);
204 SimpleDateFormat date2(pattern, locale, errorCode);
205 date2.adoptCalendar(Calendar::createInstance(locale, errorCode));
206 if(errorCode.logIfFailureAndReset("DateFormat::getInstanceForSkeleton() failed")) {
215 date1.toLocalizedPattern(actualLocalPattern1, errorCode);
216 date2.toLocalizedPattern(actualLocalPattern2, errorCode);
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c927 UErrorCode errorCode; local
962 errorCode=U_ZERO_ERROR; /* nothing bad will happen... */
965 compareFallbacks, NULL, FALSE, &errorCode);
/external/mesa3d/src/glx/
H A Ddri2.c181 err->errorCode == BadDrawable &&
189 err->errorCode == BadDrawable &&
197 err->errorCode == BadRequest) {
/external/icu/icu4c/source/common/
H A Dunames.cpp1695 UErrorCode errorCode=U_ZERO_ERROR; local
1696 if(calcNameSetsLengths(&errorCode)) {
1714 UErrorCode errorCode; local
1716 errorCode=U_ZERO_ERROR;
1718 if(!calcNameSetsLengths(&errorCode)) {
H A Dubidi.c127 UErrorCode errorCode=U_ZERO_ERROR; local
128 return ubidi_openSized(0, 0, &errorCode);
1776 pInsertPoints->errorCode=U_MEMORY_ALLOCATION_ERROR;
1789 pInsertPoints->errorCode=U_MEMORY_ALLOCATION_ERROR;
2783 if (U_FAILURE(pBiDi->insertPoints.errorCode))
2785 *pErrorCode=pBiDi->insertPoints.errorCode;
H A Dubidiimp.h243 UErrorCode errorCode; /* for eventual memory shortage */ member in struct:InsertPoints
H A Ducnvisci.c188 static void _ISCIIOpen(UConverter *cnv, UConverterLoadArgs *pArgs, UErrorCode *errorCode) { argument
224 *errorCode = U_ILLEGAL_ARGUMENT_ERROR;
228 *errorCode =U_MEMORY_ALLOCATION_ERROR;
H A Duresbund.cpp1773 UErrorCode errorCode = U_ZERO_ERROR; local
1774 path.append(key, errorCode);
1775 if (U_FAILURE(errorCode)) { return RES_BOGUS; }
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h1432 * @param errorCode ICU error code.
1438 UErrorCode &errorCode) const;
1616 * @param errorCode normal ICU error code
1624 UErrorCode &errorCode) const;
1698 * @param errorCode Standard ICU error code. Its input value must
1706 int32_t toUTF32(UChar32 *utf32, int32_t capacity, UErrorCode &errorCode) const;
3053 * @param errorCode normal ICU error code
3059 UErrorCode &errorCode);
3267 // We could make a toUTF8(target, capacity, errorCode) public but not
3417 UErrorCode &errorCode) cons
[all...]
/external/mesa3d/src/glx/tests/
H A Dcreate_context_unittest.cpp114 __glXSendError(Display * dpy, int_fast8_t errorCode, uint_fast32_t resourceID, argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/bindings/python/clang/
H A Dcindex.py2733 errorCode = c_uint()
2736 byref(errorCode))
2738 raise CompilationDatabaseError(int(errorCode.value),
/external/deqp/modules/glshared/
H A DglsStateQueryUtil.cpp45 const glw::GLenum errorCode = gl.glGetError(); local
47 if (errorCode == GL_NO_ERROR)
50 result.fail(std::string(msg) + ": glGetError() returned " + glu::getErrorStr(errorCode).toString());

Completed in 1107 milliseconds

<<111213