Searched refs:internalErrorCode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducol_res.cpp165 UErrorCode internalErrorCode = U_ZERO_ERROR; local
168 &internalErrorCode));
170 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode);
171 if(U_SUCCESS(internalErrorCode) && length < LENGTHOF(defaultType)) {
249 UErrorCode internalErrorCode = U_ZERO_ERROR; local
252 &internalErrorCode);
276 UErrorCode internalErrorCode = U_ZERO_ERROR; local
279 &internalErrorCode));
281 const UChar *s = ures_getString(def.getAlias(), &length, &internalErrorCode);
282 if(U_SUCCESS(internalErrorCode)
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_bld.cpp729 UErrorCode internalErrorCode = U_ZERO_ERROR; local
794 pArgs->name = ucnv_io_getConverterName(pArgs->name, &mayContainOption, &internalErrorCode);
795 if (U_FAILURE(internalErrorCode) || pArgs->name == NULL) {
801 } else if (internalErrorCode == U_AMBIGUOUS_ALIAS_WARNING) {

Completed in 167 milliseconds