Home | History | Annotate | Download | only in i18n

Lines Matching refs:ec

896         UErrorCode ec = U_ZERO_ERROR;
897 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curbuf, ec), ec);
898 if (U_FAILURE(ec)) {
1007 UErrorCode ec = U_ZERO_ERROR;
1008 digits->div(fImpl->fMultiplier, ec);
1016 UErrorCode ec = U_ZERO_ERROR;
1017 digits->div(ten,ec);
1021 UErrorCode ec = U_ZERO_ERROR;
1022 digits->mult(ten,ec);
2158 UErrorCode ec = U_ZERO_ERROR;
2160 uprv_parseCurrency(loc, text, ppos, type, curr, ec);
2163 if (U_SUCCESS(ec) && ppos.getIndex() != pos) {
2171 getEffectiveCurrency(effectiveCurr, ec);
2172 if ( U_FAILURE(ec) || u_strncmp(curr,effectiveCurr,4) != 0 ) {
2929 void DecimalFormat::setCurrency(const UChar* theCurrency, UErrorCode& ec) {
2931 NumberFormat::setCurrency(theCurrency, ec);
2932 fImpl->updateCurrency(ec);
2935 void DecimalFormat::setCurrencyUsage(UCurrencyUsage newContext, UErrorCode* ec){
2936 fImpl->setCurrencyUsage(newContext, *ec);
2945 UErrorCode ec = U_ZERO_ERROR;
2946 setCurrency(theCurrency, ec);
2949 void DecimalFormat::getEffectiveCurrency(UChar* result, UErrorCode& ec) const {
2951 ec = U_MEMORY_ALLOCATION_ERROR;
2954 ec = U_ZERO_ERROR;