Home
last modified time | relevance | path

Searched refs:isChoiceFormat (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/unicode/
Ducurr.h137 UBool* isChoiceFormat,
160 UBool* isChoiceFormat,
/external/icu4c/i18n/
Ducurr.cpp517 UBool* isChoiceFormat, // fillin in ucurr_getName() argument
594 *isChoiceFormat = FALSE; in ucurr_getName()
601 *isChoiceFormat = (i == 1); in ucurr_getName()
615 UBool* isChoiceFormat, in ucurr_getPluralName() argument
666 isChoiceFormat, len, ec); in ucurr_getPluralName()
1428 UBool isChoiceFormat; in uprv_getStaticCurrencyName() local
1431 &isChoiceFormat, &len, &ec); in uprv_getStaticCurrencyName()
1436 if (isChoiceFormat) { in uprv_getStaticCurrencyName()
Ddecimfmt.cpp3315 UBool isChoiceFormat; in expandAffix() local
3318 Locale::getDefault().getName(), &isChoiceFormat, in expandAffix()
3327 UBool isChoiceFormat; in expandAffix() local
3331 UCURR_SYMBOL_NAME, &isChoiceFormat, &len, &ec); in expandAffix()
3332 if (isChoiceFormat) { in expandAffix()
/external/icu4c/test/intltest/
Dnumfmtst.cpp1797 UBool isChoiceFormat; in TestCurrencyNames() local
1806 &isChoiceFormat, &len, &ec)), in TestCurrencyNames()
1812 &isChoiceFormat, &len, &ec)), in TestCurrencyNames()
1818 &isChoiceFormat, &len, &ec)), in TestCurrencyNames()
1824 &isChoiceFormat, &len, &ec)), in TestCurrencyNames()
1830 &isChoiceFormat, &len, &ec)), in TestCurrencyNames()
1836 &isChoiceFormat, &len, &ec)), in TestCurrencyNames()
1842 &isChoiceFormat, &len, &ec)), in TestCurrencyNames()
1849 ucurr_getName(CAD, "es_ES", UCURR_LONG_NAME, &isChoiceFormat, in TestCurrencyNames()
1854 ucurr_getName(CAD, "zh_TW", UCURR_LONG_NAME, &isChoiceFormat, in TestCurrencyNames()
[all …]