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

/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);
/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;
590 UErrorCode subStatus = U_ZERO_ERROR; local
591 plug = uplug_initErrorPlug(libName,sym,config,"ERROR: Could not load entrypoint",(lib==NULL)?U_MISSING_RESOURCE_ERROR:*status,&subStatus);
594 UErrorCode subStatus = U_ZERO_ERROR; local
595 uplug_closeLibrary(lib, &subStatus); /* don't care here */
598 UErrorCode subStatus = U_ZERO_ERROR; local
599 plug = uplug_initErrorPlug(libName,sym,config,"ERROR: could not load library",(lib==NULL)?U_MISSING_RESOURCE_ERROR:*status,&subStatus);
631 UErrorCode subStatus = U_ZERO_ERROR; local
652 UErrorCode subStatus = U_ZERO_ERROR; local
674 UErrorCode subStatus = U_ZERO_ERROR; local
[all...]
H A Duresbund.c2102 UErrorCode subStatus = U_ZERO_ERROR; local
2118 r->fData = entryOpen(path, localeID, &subStatus);
2119 if(U_FAILURE(subStatus)) {
2120 *status = subStatus;
2124 if(subStatus != U_ZERO_ERROR /*r->fData->fBogus != U_ZERO_ERROR*/) {
2381 UErrorCode subStatus = U_ZERO_ERROR; local
2384 uloc_getKeywordValue(locid, keyword, kwVal, 1024-1,&subStatus);
2388 uloc_getBaseName(locid, base, 1024-1,&subStatus);
2391 locid, keyword, kwVal, base, u_errorName(subStatus));
2401 UEnumeration *locEnum = ures_openAvailableLocales(path, &subStatus);
2707 UErrorCode subStatus = U_ZERO_ERROR; /* don't fail if a bundle is unopenable */ local
[all...]
/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
1195 UErrorCode subStatus = U_ZERO_ERROR; local
1206 UErrorCode subStatus = U_ZERO_ERROR; local
1218 UErrorCode subStatus = U_ZERO_ERROR; local
[all...]

Completed in 617 milliseconds