Lines Matching refs:plural
463 // will be used to pick the right pattern based on plural count.
464 // Here, set the pattern as the pattern of plural count == "other".
466 // plural count. If not, the right pattern need to be re-applied
478 plural format,
488 // expanded affixes for plural names
544 // save the unique currency plural patterns of this locale.
1875 // Those are currency patterns and currency plural patterns.
2468 UBool plural = i<affixPat.length() &&
2470 if (plural) {
2631 // only setup the affixes of the plural pattern.
3107 * plural names, since the plural name is not a static one, it is
3108 * based on the currency plural count, the affix will be known only
3109 * after the currency plural count is know.
3111 * 'pluralCount' will be a non-null currency plural count.
3156 * currency plural long names, such as "US Dollars".
3181 * @param pluralCount the plural count. It is only used for currency
3182 * plural format. In which case, it is the plural
3184 * in en_US, it is the singular "one", or the plural
3211 UBool plural = FALSE;
3214 plural = i<pattern.length() &&
3216 if (plural) {
3224 if (plural && pluralCount != NULL) {
3225 // plural name is only needed when pluralCount != null,
3226 // which means when formatting currency plural names.
3228 // and plural names are not needed.
3230 // TODO: num of char in plural count
3355 // plural format precedes choice format
3566 // formatted number's plural count.
4439 // need to save in f(Plural)AffixesForCurrecy?