Home | History | Annotate | Download | only in text

Lines Matching defs:createFormat

727      * ULocale instead of Locale.  Instead of overriding createFormat(Locale, int),
790 * this method instead of createFormat(Locale, int).
796 public NumberFormat createFormat(ULocale loc, int formatType) {
797 return createFormat(loc.toLocale(), formatType);
805 * <b>Note:</b> as of ICU4J 3.2, createFormat(ULocale, int) should be
813 public NumberFormat createFormat(Locale loc, int formatType) {
814 return createFormat(ULocale.forLocale(loc), formatType);