Home | History | Annotate | Download | only in text

Lines Matching defs:createFormat

748      * ULocale instead of Locale.  Instead of overriding createFormat(Locale, int),
804 * this method instead of createFormat(Locale, int).
809 public NumberFormat createFormat(ULocale loc, int formatType) {
810 return createFormat(loc.toLocale(), formatType);
818 * <b>Note:</b> as of ICU4J 3.2, createFormat(ULocale, int) should be
825 public NumberFormat createFormat(Locale loc, int formatType) {
826 return createFormat(ULocale.forLocale(loc), formatType);