Home | History | Annotate | Download | only in i18n

Lines Matching refs:plural

77  * and plural currency style. And the patterns are set through applyPattern.
105 * the formatter style is currency plural format style.
431 // will be used to pick the right pattern based on plural count.
432 // Here, set the pattern as the pattern of plural count == "other".
434 // plural count. If not, the right pattern need to be re-applied
446 plural format,
456 // expanded affixes for plural names
515 // save the unique currency plural patterns of this locale.
1732 // Those are currency patterns and currency plural patterns.
2490 UBool plural = i<affixPat.length() &&
2492 if (plural) {
2706 // only setup the affixes of the plural pattern.
3198 * plural names, since the plural name is not a static one, it is
3199 * based on the currency plural count, the affix will be known only
3200 * after the currency plural count is know.
3202 * 'pluralCount' will be a non-null currency plural count.
3239 * currency plural long names, such as "US Dollars".
3264 * @param pluralCount the plural count. It is only used for currency
3265 * plural format. In which case, it is the plural
3267 * in en_US, it is the singular "one", or the plural
3294 UBool plural = FALSE;
3297 plural = i<pattern.length() &&
3299 if (plural) {
3307 if (plural && pluralCount != NULL) {
3308 // plural name is only needed when pluralCount != null,
3309 // which means when formatting currency plural names.
3311 // and plural names are not needed.
3429 // plural format precedes choice format
3642 // formatted number's plural count.
4516 // need to save in f(Plural)AffixesForCurrecy?