Lines Matching full:curr
393 const UChar* curr = amt->getISOCurrency();
395 setCurr = (u_strcmp(curr, save) != 0);
397 ncnf->setCurrency(curr, status);
602 UChar curr[4];
604 getEffectiveCurrency(curr, ec);
607 CurrencyAmount *tempCurAmnt = new CurrencyAmount(n, curr, ec); // Use for null testing.
1065 UBool curr = TRUE;
1069 curr = FALSE;
1075 f = new Win32NumberFormat(desiredLocale, curr, status);