Searched refs:eErrorCode (Results 1 – 1 of 1) sorted by relevance
2219 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) { in ucurr_isAvailable() argument2220 umtx_initOnce(gIsoCodesInitOnce, &initIsoCodes, *eErrorCode); in ucurr_isAvailable()2221 if (U_FAILURE(*eErrorCode)) { in ucurr_isAvailable()2229 *eErrorCode = U_ILLEGAL_ARGUMENT_ERROR; in ucurr_isAvailable()