Home | History | Annotate | Download | only in unicode

Lines Matching full:limits

149  *       double limits[] = {1,2,3,4,5,6,7};
152 * ChoiceFormat fmt(limits, monthNames, 7);
188 * Constructs a new ChoiceFormat with the given limits and message strings.
192 * Copies the limits and formats instead of adopting them.
194 * @param limits Array of limit values.
196 * @param count Size of 'limits' and 'formats' arrays.
199 ChoiceFormat(const double* limits,
204 * Constructs a new ChoiceFormat with the given limits, closure flags and message strings.
206 * Copies the limits and formats instead of adopting them.
208 * @param limits Array of limit values
210 * element of 'limits' is open or closed. If FALSE, then the
214 * @param count Size of 'limits', 'closures', and 'formats' arrays
217 ChoiceFormat(const double* limits,
318 * @param limits Array of limits
324 virtual void setChoices(const double* limits,
331 * Before ICU 4.8, this used to return the choice limits array.
481 * Construct a new ChoiceFormat with the limits and the corresponding formats
496 virtual void setChoices(const double* limits,