Searched refs:fIcuDecfmt (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java32 private DecimalFormat fIcuDecfmt; field in class:DecimalFormatICU
35 fIcuDecfmt = icuDecfmt;
43 return fIcuDecfmt;
49 fIcuDecfmt.applyLocalizedPattern(pattern);
54 fIcuDecfmt.applyPattern(pattern);
60 other.fIcuDecfmt = (DecimalFormat)fIcuDecfmt.clone();
67 return ((DecimalFormatICU)obj).fIcuDecfmt.equals(fIcuDecfmt);
74 return fIcuDecfmt
[all...]

Completed in 111 milliseconds