Home
last modified time | relevance | path

Searched refs:CurrencySymbols (Results 1 – 25 of 27) sorted by relevance

12

/external/icu/icu4c/source/i18n/
Dnumber_currencysymbols.cpp20 CurrencySymbols::CurrencySymbols(CurrencyUnit currency, const Locale& locale, UErrorCode& status) in CurrencySymbols() function in CurrencySymbols
26 CurrencySymbols::CurrencySymbols(CurrencyUnit currency, const Locale& locale, in CurrencySymbols() function in CurrencySymbols
28 : CurrencySymbols(currency, locale, status) { in CurrencySymbols()
38 const char16_t* CurrencySymbols::getIsoCode() const { in getIsoCode()
42 UnicodeString CurrencySymbols::getNarrowCurrencySymbol(UErrorCode& status) const { in getNarrowCurrencySymbol()
47 UnicodeString CurrencySymbols::getCurrencySymbol(UErrorCode& status) const { in getCurrencySymbol()
54 UnicodeString CurrencySymbols::loadSymbol(UCurrNameStyle selector, UErrorCode& status) const { in loadSymbol()
74 UnicodeString CurrencySymbols::getIntlCurrencySymbol(UErrorCode&) const { in getIntlCurrencySymbol()
83 UnicodeString CurrencySymbols::getPluralName(StandardPlural::Form plural, UErrorCode& status) const… in getPluralName()
Dnumber_currencysymbols.h19 class U_I18N_API CurrencySymbols : public UMemory {
21 CurrencySymbols() = default; // default constructor: leaves class in valid but undefined state
24 CurrencySymbols(CurrencyUnit currency, const Locale& locale, UErrorCode& status);
27CurrencySymbols(CurrencyUnit currency, const Locale& locale, const DecimalFormatSymbols& symbols,
Dnumparse_currency.h19 using ::icu::number::impl::CurrencySymbols;
37 CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const DecimalFormatSymbols& dfs,
Dnumber_patternmodifier.h126 void setSymbols(const DecimalFormatSymbols* symbols, const CurrencySymbols* currencySymbols,
214 const CurrencySymbols *fCurrencySymbols;
Dnumparse_affixes.h28 using ::icu::number::impl::CurrencySymbols;
95 const CurrencySymbols& currencySymbols;
Dnumber_formatimpl.h100 CurrencySymbols fCurrencySymbols;
Dnumparse_impl.cpp48 CurrencySymbols currencySymbols({u"ICU", status}, locale, dfs, status); in createSimpleParser()
98 CurrencySymbols currencySymbols(currency, locale, symbols, status); in createParserFromProperties()
Dnumber_mapper.h119 CurrencySymbols currencySymbols;
Dnumparse_currency.cpp23 CombinedCurrencyMatcher::CombinedCurrencyMatcher(const CurrencySymbols& currencySymbols, const Deci… in CombinedCurrencyMatcher()
Dnumber_patternmodifier.cpp36 const CurrencySymbols* currencySymbols, in setSymbols()
Dnumber_formatimpl.cpp185 const CurrencySymbols* currencySymbols; in macrosToMicroGenerator()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_patternmodifier.cpp32 CurrencySymbols currencySymbols({u"USD", status}, "en", status); in testBasic()
94 CurrencySymbols currencySymbols({u"USD", status}, "en", status); in testPatternWithNoPlaceholder()
137 CurrencySymbols currencySymbols({u"USD", status}, "en", status); in testMutableEqualsImmutable()
Dnumbertest_parse.cpp250 CurrencySymbols currencySymbols({u"ICU", status}, locale, dfs, status); in testCombinedCurrencyMatcher()
313 CurrencySymbols currencySymbols({u"ICU", status}, locale, dfs, status); in testAffixPatternMatcher()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_nodelocale.cpp67 return GetSymbol(XFA_Element::CurrencySymbols, L"symbol"); in GetNumbericSymbol()
69 return GetSymbol(XFA_Element::CurrencySymbols, L"isoname"); in GetNumbericSymbol()
Dcxfa_currencysymbols.cpp25 XFA_Element::CurrencySymbols, in CXFA_CurrencySymbols()
Dcxfa_locale.cpp13 {XFA_Element::CurrencySymbols, 1, 0}, {XFA_Element::Typefaces, 1, 0},
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h144 class CurrencySymbols; variable
1459 const CurrencySymbols* currencySymbols = nullptr; // no ownership
/external/skia/src/sfnt/
DSkOTTable_OS_2_V1.h169 CurrencySymbols,
DSkOTTable_OS_2_V2.h171 CurrencySymbols,
DSkOTTable_OS_2_V3.h171 CurrencySymbols,
/external/skqp/src/sfnt/
DSkOTTable_OS_2_V1.h169 CurrencySymbols,
DSkOTTable_OS_2_V2.h171 CurrencySymbols,
DSkOTTable_OS_2_V3.h171 CurrencySymbols,
DSkOTTable_OS_2_V4.h171 CurrencySymbols,
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h675 CurrencySymbols, enumerator

12