Home
last modified time | relevance | path

Searched refs:getIsoCode (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_currencysymbols.h30 const char16_t* getIsoCode() const;
Dnumber_currencysymbols.cpp38 const char16_t* CurrencySymbols::getIsoCode() const { in getIsoCode() function in CurrencySymbols
Dnumparse_currency.cpp31 utils::copyCurrencyCode(fCurrencyCode, currencySymbols.getIsoCode()); in CombinedCurrencyMatcher()