Searched refs:copyCurrencyCode (Results 1 – 2 of 2) sorted by relevance
31 utils::copyCurrencyCode(fCurrencyCode, currencySymbols.getIsoCode()); in CombinedCurrencyMatcher()106 utils::copyCurrencyCode(result.currencyCode, fCurrencyCode); in matchCurrency()122 utils::copyCurrencyCode(result.currencyCode, fCurrencyCode); in matchCurrency()166 utils::copyCurrencyCode(result.currencyCode, fCurrencyCode); in matchCurrency()
31 inline static void copyCurrencyCode(UChar* dest, const UChar* src) { in copyCurrencyCode() function