Home
last modified time | relevance | path

Searched refs:UCurrencyUsage (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ducurr.h24 enum UCurrencyUsage { enum
44 typedef enum UCurrencyUsage UCurrencyUsage; typedef
217 const UCurrencyUsage usage,
246 const UCurrencyUsage usage,
Ddecimfmt.h1977 void setCurrencyUsage(UCurrencyUsage newUsage, UErrorCode* ec);
1983 UCurrencyUsage getCurrencyUsage() const;
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp219 *static_cast<UCurrencyUsage *>(currencyUsagePtr) = (UCurrencyUsage) val; in strToCurrencyUsage()
224 UCurrencyUsage currencyUsage = in currencyUsageToStr()
225 *static_cast<const UCurrencyUsage *>(currencyUsagePtr); in currencyUsageToStr()
Dnumberformattesttuple.h109 UCurrencyUsage currencyUsage;
Dnumfmtst.cpp8125 UCurrencyUsage curUsage = fmt->getCurrencyUsage(); in TestCurrencyUsage()
8137 UCurrencyUsage curUsage = fmt->getCurrencyUsage(); in TestCurrencyUsage()
/external/icu/icu4c/source/i18n/
Ddecimfmtimpl.h279 void setCurrencyUsage(UCurrencyUsage usage, UErrorCode &status);
280 UCurrencyUsage getCurrencyUsage() const { return fCurrencyUsage; } in getCurrencyUsage()
394 UCurrencyUsage fCurrencyUsage;
Daffixpatternparser.h94 const UChar *currency, const UCurrencyUsage usage,
Daffixpatternparser.cpp127 const UChar *currency, const UCurrencyUsage usage, in adjustPrecision()
Ddecimfmt.cpp2935 void DecimalFormat::setCurrencyUsage(UCurrencyUsage newContext, UErrorCode* ec){ in setCurrencyUsage()
2939 UCurrencyUsage DecimalFormat::getCurrencyUsage() const { in getCurrencyUsage()
3156 setCurrencyUsage((UCurrencyUsage)newValue, &status); in setAttribute()
Ducurr.cpp1642 ucurr_getDefaultFractionDigitsForUsage(const UChar* currency, const UCurrencyUsage usage, UErrorCod… in ucurr_getDefaultFractionDigitsForUsage()
1665 ucurr_getRoundingIncrementForUsage(const UChar* currency, const UCurrencyUsage usage, UErrorCode* e… in ucurr_getRoundingIncrementForUsage()
Ddecimfmtimpl.cpp679 UCurrencyUsage currencyUsage, UErrorCode &status) { in setCurrencyUsage()