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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DDateNumberFormat.java98 public void setMaximumIntegerDigits(int newValue) { method in class:DateNumberFormat
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDecimalFormat.java1572 * @see NumberFormat#setMaximumIntegerDigits
1575 public void setMaximumIntegerDigits(int newValue) { method in class:DecimalFormat
1576 super.setMaximumIntegerDigits(newValue);
H A DNumberFormat.java944 * @see #setMaximumIntegerDigits
963 public void setMaximumIntegerDigits(int newValue) { method in class:NumberFormat
964 numberFormat.setMaximumIntegerDigits(newValue);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DDateNumberFormat.java94 public void setMaximumIntegerDigits(int newValue) { method in class:DateNumberFormat
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
H A DNumberFormatJDK.java227 public void setMaximumIntegerDigits(int newValue) { method in class:NumberFormatJDK
228 fJdkNfmt.setMaximumIntegerDigits(newValue);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DNumberFormatICU.java188 public void setMaximumIntegerDigits(int newValue) { method in class:NumberFormatICU
189 fIcuNfmt.setMaximumIntegerDigits(newValue);
H A DDecimalFormatICU.java315 public void setMaximumIntegerDigits(int newValue) { method in class:DecimalFormatICU
317 fIcuDecfmt.setMaximumIntegerDigits(newValue);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DNumberFormat.java1041 * @see #setMaximumIntegerDigits
1058 public void setMaximumIntegerDigits(int newValue) { method in class:NumberFormat
H A DDecimalFormat.java5078 setMaximumIntegerDigits(useExponentialNotation ? digitLeftCount + minInt :
5127 setMaximumIntegerDigits(DOUBLE_INTEGER_DIGITS);
5182 * @see NumberFormat#setMaximumIntegerDigits
5185 public void setMaximumIntegerDigits(int newValue) { method in class:DecimalFormat
5187 super.setMaximumIntegerDigits(Math.min(newValue, MAX_INTEGER_DIGITS));
5479 setMaximumIntegerDigits(MAX_INTEGER_DIGITS);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DNumberFormat.java1119 * @see #setMaximumIntegerDigits
1138 public void setMaximumIntegerDigits(int newValue) { method in class:NumberFormat
H A DDecimalFormat.java5149 setMaximumIntegerDigits(useExponentialNotation ? digitLeftCount + minInt :
5198 setMaximumIntegerDigits(DOUBLE_INTEGER_DIGITS);
5253 * @see NumberFormat#setMaximumIntegerDigits
5257 public void setMaximumIntegerDigits(int newValue) { method in class:DecimalFormat
5259 super.setMaximumIntegerDigits(Math.min(newValue, MAX_INTEGER_DIGITS));
5566 setMaximumIntegerDigits(MAX_INTEGER_DIGITS);
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp1104 NumberFormat::setMaximumIntegerDigits(int32_t newValue) function in class:NumberFormat
H A Ddecimfmt.cpp2879 * @see NumberFormat#setMaximumIntegerDigits
2881 void DecimalFormat::setMaximumIntegerDigits(int32_t newValue) { function in class:DecimalFormat
2883 NumberFormat::setMaximumIntegerDigits(newValue);
3095 setMaximumIntegerDigits(newValue);
3104 setMaximumIntegerDigits(newValue);
/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 625 milliseconds