Searched refs:subStatus (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcdattst.c130 UErrorCode subStatus = U_ZERO_ERROR; local
132 any = udat_open(UDAT_SHORT, UDAT_SHORT, udat_getAvailable(i), NULL ,0, NULL, 0, &subStatus);
133 if(U_FAILURE(subStatus)) {
134 log_data_err("FAIL: date format %s (getAvailable(%d)) is not instantiable: %s\n", udat_getAvailable(i), i, u_errorName(subStatus));
1134 UErrorCode subStatus = U_ZERO_ERROR; local
1137 udat_set2DigitYearStart(icudf, aDate, &subStatus);
1138 if(subStatus == expectStatus) {
1139 log_verbose("Success: did not crash on %s, but got %s.\n", what, u_errorName(subStatus));
1141 log_err("FAIL: didn't crash on %s, but got success %s instead of %s. \n", what, u_errorName(subStatus), u_errorName(expectStatus));
1146 UErrorCode subStatus local
1159 UErrorCode subStatus = U_ZERO_ERROR; local
1171 UErrorCode subStatus = U_ZERO_ERROR; local
1182 UErrorCode subStatus = U_ZERO_ERROR; local
1194 UErrorCode subStatus = U_ZERO_ERROR; local
1205 UErrorCode subStatus = U_ZERO_ERROR; local
1217 UErrorCode subStatus = U_ZERO_ERROR; local
[all...]
/external/icu4c/common/
H A Dicuplug.c375 UErrorCode subStatus = U_ZERO_ERROR; local
378 uplug_closeLibrary(plug->lib, &subStatus);
382 if(U_SUCCESS(*status) && U_FAILURE(subStatus)) {
383 *status = subStatus;
594 UErrorCode subStatus = U_ZERO_ERROR; local
595 plug = uplug_initErrorPlug(libName,sym,config,"ERROR: Could not load entrypoint",(lib==NULL)?U_MISSING_RESOURCE_ERROR:*status,&subStatus);
598 UErrorCode subStatus = U_ZERO_ERROR; local
599 uplug_closeLibrary(lib, &subStatus); /* don't care here */
602 UErrorCode subStatus = U_ZERO_ERROR; local
603 plug = uplug_initErrorPlug(libName,sym,config,"ERROR: could not load library",(lib==NULL)?U_MISSING_RESOURCE_ERROR:*status,&subStatus);
635 UErrorCode subStatus = U_ZERO_ERROR; local
656 UErrorCode subStatus = U_ZERO_ERROR; local
678 UErrorCode subStatus = U_ZERO_ERROR; local
[all...]
H A Duresbund.c2085 UErrorCode subStatus = U_ZERO_ERROR; local
2101 r->fData = entryOpen(path, localeID, &subStatus);
2102 if(U_FAILURE(subStatus)) {
2103 *status = subStatus;
2107 if(subStatus != U_ZERO_ERROR /*r->fData->fBogus != U_ZERO_ERROR*/) {
2364 UErrorCode subStatus = U_ZERO_ERROR; local
2367 uloc_getKeywordValue(locid, keyword, kwVal, 1024-1,&subStatus);
2371 uloc_getBaseName(locid, base, 1024-1,&subStatus);
2374 locid, keyword, kwVal, base, u_errorName(subStatus));
2384 UEnumeration *locEnum = ures_openAvailableLocales(path, &subStatus);
2690 UErrorCode subStatus = U_ZERO_ERROR; /* don't fail if a bundle is unopenable */ local
[all...]
/external/icu4c/tools/icuinfo/
H A Dicuinfo.cpp120 UErrorCode subStatus = U_ZERO_ERROR; local
121 ulocdata_getCLDRVersion(icu, &subStatus);
122 if(U_SUCCESS(subStatus)) {
126 printf("CLDR-Version: %s\n", u_errorName(subStatus));
152 UErrorCode subStatus = U_ZERO_ERROR; local
153 const char *tzVer = ucal_getTZDataVersion(&subStatus);
154 if(U_FAILURE(subStatus)) {
155 tzVer = u_errorName(subStatus);

Completed in 112 milliseconds