Home | History | Annotate | Download | only in common

Lines Matching refs:currencies

287 static const char _kCurrencies[]      = "Currencies";
833 UResourceBundle *currencies = ures_getByKey(bundle, _kCurrencies, NULL, status);
834 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
840 ures_close(currencies);