Home
last modified time | relevance | path

Searched refs:UNUM_CURRENCY_PLURAL (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/i18n/unicode/
Dunum.h196 UNUM_CURRENCY_PLURAL, enumerator
/external/icu4c/i18n/
Ddecimfmt.cpp423 if (fStyle == UNUM_CURRENCY_PLURAL) { in construct()
1707 if (fStyle == UNUM_CURRENCY_PLURAL) { in parseForCurrency()
3451 if (fStyle == UNUM_CURRENCY_PLURAL) { in appendAffix()
3636 if (fStyle == UNUM_CURRENCY_PLURAL) { in toPattern()
Dnumfmt.cpp1129 case UNUM_CURRENCY_PLURAL: in makeInstance()
/external/icu4c/test/intltest/
Dnumfmtst.cpp3243 UNUM_CURRENCY_PLURAL in TestCurrencyIsoPluralFormat()
3337 UNUM_CURRENCY_PLURAL in TestCurrencyParsing()
/external/icu4c/test/cintltst/
Dcnumtst.c1093 unum = unum_open(UNUM_CURRENCY_PLURAL, NULL, 0, itemPtr->locale, NULL, &status); in TestParseCurrency()