Searched defs:NativeDecimalFormat (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
H A DNativeDecimalFormat.java31 public final class NativeDecimalFormat implements Cloneable { class in inherits:Cloneable
154 public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) { method in class:NativeDecimalFormat
171 public NativeDecimalFormat(String pattern, LocaleData data) { method in class:NativeDecimalFormat
197 NativeDecimalFormat clone = (NativeDecimalFormat) super.clone();
225 if (!(object instanceof NativeDecimalFormat)) {
228 NativeDecimalFormat obj = (NativeDecimalFormat) object;

Completed in 35 milliseconds