Home | History | Annotate | Download | only in unicode

Lines Matching refs:number

50  * first condition that matches the number.  If none match,
60 * 'one' is "n is 1" which means that the number must be equal to
62 * "n in 2..4" which means that the number must be between 2 and
114 * UnicodeString keyword = pl->select(number);
177 * The default rules that accept any number.
187 * Provides access to the predefined cardinal-number <code>PluralRules</code> for a given
225 * Given a number, returns the keyword of the first rule that applies to
226 * the number. This function can be used with isKeyword* functions to
229 * @param number The number for which the rule has to be determined.
233 UnicodeString select(int32_t number) const;
236 * Given a number, returns the keyword of the first rule that applies to
237 * the number. This function can be used with isKeyword* functions to
240 * @param number The number for which the rule has to be determined.
244 UnicodeString select(double number) const;
273 * the number of values is unlimited, returns no values and -1 as the
276 * The number of returned values is typically small.
296 * The number of returned values is typically small.
307 * (The actual number of keyword values could be unlimited.)