Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducurr.cpp2219 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) { in ucurr_isAvailable() argument
2220 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()