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
223 * Given a number, returns the keyword of the first rule that applies to
224 * the number. This function can be used with isKeyword* functions to
227 * @param number The number for which the rule has to be determined.
231 UnicodeString select(int32_t number) const;
234 * Given a number, returns the keyword of the first rule that applies to
235 * the number. This function can be used with isKeyword* functions to
238 * @param number The number for which the rule has to be determined.
242 UnicodeString select(double number) const;
271 * the number of values is unlimited, returns no values and -1 as the
274 * The number of returned values is typically small.
294 * The number of returned values is typically small.
305 * (The actual number of keyword values could be unlimited.)