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

/external/icu/icu4c/source/i18n/
H A Dwinnmfmt.cpp235 void Win32NumberFormat::setMaximumFractionDigits(int32_t newValue) function in class:Win32NumberFormat
238 NumberFormat::setMaximumFractionDigits(newValue);
H A Dnumfmt.cpp1148 NumberFormat::setMaximumFractionDigits(int32_t newValue) function in class:NumberFormat
H A Ddecimfmt.cpp2901 * @see NumberFormat#setMaximumFractionDigits
2903 void DecimalFormat::setMaximumFractionDigits(int32_t newValue) { function in class:DecimalFormat
2905 NumberFormat::setMaximumFractionDigits(newValue);
3108 setMaximumFractionDigits(newValue);
3117 setMaximumFractionDigits(newValue);
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDecimalFormat.java1682 * @see NumberFormat#setMaximumFractionDigits
1685 public void setMaximumFractionDigits(int newValue) { method in class:DecimalFormat
1686 super.setMaximumFractionDigits(newValue);
H A DNumberFormat.java1004 * @see #setMaximumFractionDigits
1023 public void setMaximumFractionDigits(int newValue) { method in class:NumberFormat
1024 numberFormat.setMaximumFractionDigits(newValue);
1136 nf.setMaximumFractionDigits(10);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DNumberFormatJDK.java222 public void setMaximumFractionDigits(int newValue) { method in class:NumberFormatJDK
223 fJdkNfmt.setMaximumFractionDigits(newValue);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DNumberFormatICU.java183 public void setMaximumFractionDigits(int newValue) { method in class:NumberFormatICU
184 fIcuNfmt.setMaximumFractionDigits(newValue);
H A DDecimalFormatICU.java308 public void setMaximumFractionDigits(int newValue) { method in class:DecimalFormatICU
310 fIcuDecfmt.setMaximumFractionDigits(newValue);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNumberFormat.java1101 * @see #setMaximumFractionDigits
1118 public void setMaximumFractionDigits(int newValue) { method in class:NumberFormat
1324 f.setMaximumFractionDigits(0);
H A DDecimalFormat.java5311 setMaximumFractionDigits(d);
5372 * @see NumberFormat#setMaximumFractionDigits
5375 public void setMaximumFractionDigits(int newValue) { method in class:DecimalFormat
5385 super.setMaximumFractionDigits(Math.min(newValue, DOUBLE_FRACTION_DIGITS));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNumberFormat.java1183 * @see #setMaximumFractionDigits
1202 public void setMaximumFractionDigits(int newValue) { method in class:NumberFormat
1414 f.setMaximumFractionDigits(0);
H A DDecimalFormat.java5391 setMaximumFractionDigits(d);
5453 * @see NumberFormat#setMaximumFractionDigits
5457 public void setMaximumFractionDigits(int newValue) { method in class:DecimalFormat
5467 super.setMaximumFractionDigits(Math.min(newValue, DOUBLE_FRACTION_DIGITS));
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 283 milliseconds