Searched defs:setMaximumFractionDigits (Results 1 - 9 of 9) sorted by path

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp1129 NumberFormat::setMaximumFractionDigits(int32_t newValue) function in class:NumberFormat
H A Dwinnmfmt.cpp233 void Win32NumberFormat::setMaximumFractionDigits(int32_t newValue) function in class:Win32NumberFormat
236 NumberFormat::setMaximumFractionDigits(newValue);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java5238 setMaximumFractionDigits(d);
5302 * @see NumberFormat#setMaximumFractionDigits
5306 public void setMaximumFractionDigits(int newValue) { method in class:DecimalFormat
5316 super.setMaximumFractionDigits(Math.min(newValue, DOUBLE_FRACTION_DIGITS));
H A DNumberFormat.java1170 * @see #setMaximumFractionDigits
1189 public void setMaximumFractionDigits(int newValue) { method in class:NumberFormat
1400 f.setMaximumFractionDigits(0);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DNumberFormatJDK.java220 public void setMaximumFractionDigits(int newValue) { method in class:NumberFormatJDK
221 fJdkNfmt.setMaximumFractionDigits(newValue);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java306 public void setMaximumFractionDigits(int newValue) { method in class:DecimalFormatICU
308 fIcuDecfmt.setMaximumFractionDigits(newValue);
H A DNumberFormatICU.java181 public void setMaximumFractionDigits(int newValue) { method in class:NumberFormatICU
182 fIcuNfmt.setMaximumFractionDigits(newValue);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 303 milliseconds