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

/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java34 private DecimalFormatICU(DecimalFormat icuDecfmt) { argument
35 fIcuDecfmt = icuDecfmt;
38 public static java.text.DecimalFormat wrap(DecimalFormat icuDecfmt) { argument
39 return new DecimalFormatICU(icuDecfmt);

Completed in 748 milliseconds