Lines Matching defs:formatter
68 private Formatter formatter;
794 * formatter class specification.
845 * formatter class specification.
902 if ((formatter == null)
903 || (formatter.locale() != Locale.getDefault()))
904 formatter = new Formatter(this);
905 formatter.format(Locale.getDefault(), format, args);
949 * formatter class specification.
962 if ((formatter == null) || (formatter.locale() != l))
963 formatter = new Formatter(this, l);
964 formatter.format(l, format, args);