Home | History | Annotate | Download | only in i18n

Lines Matching refs:category

48  * category. The 'other' category is the default and always has some
49 * value. The rest of the categories are optional. Querying for a category that
50 * is not set always returns the DigitAffix stored in the 'other' category.
88 * Sets a particular variant for a plural category while overwriting
90 * category. The set value has no field annotations.
91 * @param category "one", "two", "few", ...
92 * @param variant the variant to store under the particular category
96 const char *category,
124 * Append the value for each plural category in rhs to the corresponding
125 * plural category in this instance. Each value appended from rhs is
133 * Get the DigitAffix for a paricular category such as "zero", "one", ...
134 * If the particular category is not set, returns the 'other' category
137 const DigitAffix &getByCategory(const char *category) const;
140 * Get the DigitAffix for a paricular category such as "zero", "one", ...
141 * If the particular category is not set, returns the 'other' category
144 const DigitAffix &getByCategory(const UnicodeString &category) const;
147 * Get the DigitAffix for the other category which is always set.