Lines Matching refs:isChoiceFormat
1333 const UChar * ucurr_getName_android(const UChar * currency, const char * locale, UCurrNameStyle nameStyle, UBool * isChoiceFormat, int32_t * len, UErrorCode * ec) {
1334 return ucurr_getName(currency, locale, nameStyle, isChoiceFormat, len, ec);
1339 const UChar * ucurr_getPluralName_android(const UChar * currency, const char * locale, UBool * isChoiceFormat, const char * pluralCount, int32_t * len, UErrorCode * ec) {
1340 return ucurr_getPluralName(currency, locale, isChoiceFormat, pluralCount, len, ec);