Home | History | Annotate | Download | only in i18n

Lines Matching refs:variant

28  * First use the add() methods to add a pattern for each plural variant.
29 * There must be a pattern for the "other" variant.
61 * Removes all variants from this object including the "other" variant.
66 * Adds a plural variant.
68 * @param variant "zero", "one", "two", "few", "many", "other"
69 * @param rawPattern the pattern for the variant e.g "{0} meters"
74 const char *variant,
79 * returns TRUE if this object has at least the "other" variant.
85 * At least the "other" variant must be added to this object for this
90 * @param rules computes the plural variant to use.