Lines Matching refs:format
20 * 08/06/97 nos removed overloaded constructor, fixed 'format(array)'
85 // format strings for each limit.
134 ChoiceFormat::operator==(const Format& that) const
251 // Sets the limit and format arrays.
262 // Sets the limit and format arrays.
362 // Gets the format array.
373 // a double. The returned format string may differ
377 ChoiceFormat::format(int64_t number,
381 return format((double) number, appendTo, status);
389 ChoiceFormat::format(int32_t number,
393 return format((double) number, appendTo, status);
400 ChoiceFormat::format(double number,
468 ChoiceFormat::format(const Formattable* objs,
486 format(objDouble, appendTo, pos);
498 ChoiceFormat::format(const Formattable& obj,
503 return NumberFormat::format(obj, appendTo, pos, status);
587 Format*