Home | History | Annotate | Download | only in i18n

Lines Matching full:curr

465         const UChar* curr = amt->getISOCurrency();
467 setCurr = (u_strcmp(curr, save) != 0);
469 ncnf->setCurrency(curr, status);
674 UChar curr[4];
676 getEffectiveCurrency(curr, ec);
678 LocalPointer<CurrencyAmount> currAmt(new CurrencyAmount(parseResult, curr, ec));
1178 UBool curr = TRUE;
1182 curr = FALSE;
1188 f = new Win32NumberFormat(desiredLocale, curr, status);