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