Searched refs:getISOCurrency (Results 1 – 6 of 6) sorted by relevance
116 inline const UChar* getISOCurrency() const;123 inline const UChar* CurrencyAmount::getISOCurrency() const { in getISOCurrency() function124 return getCurrency().getISOCurrency(); in getISOCurrency()
101 inline const UChar* getISOCurrency() const;110 inline const UChar* CurrencyUnit::getISOCurrency() const { in getISOCurrency() function
248 const UChar* curr = amt->getISOCurrency(); in format()
370 u_strcpy(currency, c->getISOCurrency()); in unum_parseDoubleCurrency()
177 s = _toString(c.getNumber()) + " " + UnicodeString(c.getISOCurrency()); in _toString()
1571 const UChar * r = cu.getISOCurrency(); // who is the buffer owner ? in TestCurrencyUnit()