Home | History | Annotate | Download | only in i18n

Lines Matching refs:ec

675         UErrorCode ec = U_ZERO_ERROR;
676 getEffectiveCurrency(curr, ec);
677 if (U_SUCCESS(ec)) {
678 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curr, ec));
679 if (U_FAILURE(ec)) {
1101 void NumberFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) {
1102 if (U_FAILURE(ec)) {
1117 void NumberFormat::getEffectiveCurrency(UChar* result, UErrorCode& ec) const {
1123 const char* loc = getLocaleID(ULOC_VALID_LOCALE, ec);
1127 ucurr_forLocale(loc, result, 4, &ec);