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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ducurr.cpp2167 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) { argument
2168 umtx_initOnce(gIsoCodesInitOnce, &initIsoCodes, *eErrorCode);
2169 if (U_FAILURE(*eErrorCode)) {
2177 *eErrorCode = U_ILLEGAL_ARGUMENT_ERROR;

Completed in 102 milliseconds