Lines Matching defs:formatter
63 private Formatter formatter;
861 * formatter class specification.
911 * formatter class specification.
954 * formatter class specification.
967 if ((formatter == null)
968 || (formatter.locale() != Locale.getDefault()))
969 formatter = new Formatter((Appendable) this);
970 formatter.format(Locale.getDefault(), format, args);
1011 * formatter class specification.
1024 if ((formatter == null)
1025 || (formatter.locale() != l))
1026 formatter = new Formatter(this, l);
1027 formatter.format(l, format, args);