Searched refs:_isoCode (Results 1 – 1 of 1) sorted by relevance
26 CurrencyUnit::CurrencyUnit(ConstChar16Ptr _isoCode, UErrorCode& ec) { in CurrencyUnit() argument33 if (U_FAILURE(ec) || _isoCode == nullptr || _isoCode[0] == 0) { in CurrencyUnit()35 } else if (_isoCode[1] == 0 || _isoCode[2] == 0) { in CurrencyUnit()38 } else if (!uprv_isInvariantUString(_isoCode, 3)) { in CurrencyUnit()43 isoCodeToUse = _isoCode; in CurrencyUnit()