Lines Matching refs:number
31 * returns the keyword for the first condition that matches the number.
82 * Opens a new UPluralRules object using the predefined cardinal-number plural rules for a
135 * Given a number, returns the keyword of the first rule that
136 * applies to the number, according to the supplied UPluralRules object.
138 * @param number The number for which the rule has to be determined.
139 * @param keyword The keyword of the rule that applies to number.
147 double number,
153 * Given a number, returns the keyword of the first rule that applies to the
154 * number, according to the UPluralRules object and given the number format
159 * @param number The number for which the rule has to be determined.
160 * @param fmt The UNumberFormat specifying how the number will be formatted
163 * @param keyword The keyword of the rule that applies to number.
171 double number,