Home | History | Annotate | Download | only in text

Lines Matching defs:CARDINAL

223          *            The plural type (e.g., cardinal or ordinal).
235 * Utility for getting CARDINAL rules.
244 return forLocale(locale, PluralType.CARDINAL);
342 * Plural rules for cardinal numbers: 1 file vs. 2 files.
344 CARDINAL,
1978 * Provides access to the predefined cardinal-number <code>PluralRules</code> for a given
1980 * Same as forLocale(locale, PluralType.CARDINAL).
1995 return Factory.getDefaultFactory().forLocale(locale, PluralType.CARDINAL);
1999 * Provides access to the predefined cardinal-number <code>PluralRules</code> for a given
2001 * Same as forLocale(locale, PluralType.CARDINAL).
2029 * @param type The plural type (e.g., cardinal or ordinal).
2050 * @param type The plural type (e.g., cardinal or ordinal).