Home | History | Annotate | Download | only in i18n

Lines Matching refs:Format

22 *   08/06/97    nos         removed overloaded constructor, fixed 'format(array)'
87 // format strings for each limit.
136 ChoiceFormat::operator==(const Format& that) const
253 // Sets the limit and format arrays.
264 // Sets the limit and format arrays.
364 // Gets the format array.
375 // a double. The returned format string may differ
379 ChoiceFormat::format(int64_t number,
383 return format((double) number, appendTo, status);
391 ChoiceFormat::format(int32_t number,
395 return format((double) number, appendTo, status);
402 ChoiceFormat::format(double number,
470 ChoiceFormat::format(const Formattable* objs,
488 format(objDouble, appendTo, pos);
566 Format*