Home | History | Annotate | Download | only in text

Lines Matching defs:createFormat

803      * ULocale instead of Locale.  Instead of overriding createFormat(Locale, int),
866 * this method instead of createFormat(Locale, int).
872 public NumberFormat createFormat(ULocale loc, int formatType) {
873 return createFormat(loc.toLocale(), formatType);
881 * <b>Note:</b> as of ICU4J 3.2, createFormat(ULocale, int) should be
889 public NumberFormat createFormat(Locale loc, int formatType) {
890 return createFormat(ULocale.forLocale(loc), formatType);