Home | History | Annotate | Download | only in unicode

Lines Matching full:limits

116  *   <li><code>double limits[]</code> gives the start of each
122 * <code>limits[i]</code> is a member of interval
154 * <code>limits[j]</code> as the parsed value.</p>
200 * double limits[] = {1,2,3,4,5,6,7};
203 * ChoiceFormat fmt(limits, monthNames, 7);
262 * Construct a new ChoiceFormat with the limits and the corresponding formats
275 * Construct a new ChoiceFormat with the given limits and formats. Copy
276 * the limits and formats instead of adopting them.
278 * @param limits Array of limit values.
280 * @param count Size of 'limits' and 'formats' arrays.
284 ChoiceFormat(const double* limits,
289 * Construct a new ChoiceFormat with the given limits and formats.
290 * Copy the limits and formats (instead of adopting them). By
296 * @param limits Array of limit values
298 * element of 'limits' is open or closed. If FALSE, then the
302 * @param count Size of 'limits', 'closures', and 'formats' arrays
305 ChoiceFormat(const double* limits,
403 * for documenatation of the limits, closures, and formats arrays.
404 * @param limits Array of limits
410 virtual void setChoices(const double* limits,
416 * Get the limits passed in the constructor.
418 * @param count The size of the limits
419 * @return the limits.
663 * Construct a new ChoiceFormat with the limits and the corresponding formats