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

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDecimalFormat.java860 public void setNegativePrefix(String newValue) { method in class:DecimalFormat
861 ((java.text.DecimalFormat)numberFormat).setNegativePrefix(newValue);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java341 public void setNegativePrefix(String newValue) { method in class:DecimalFormatICU
342 fIcuDecfmt.setNegativePrefix(newValue);
/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.cpp735 DecimalFormatImpl::setNegativePrefix(const UnicodeString &str) { function in class:DecimalFormatImpl
H A Ddecimfmt.cpp2404 DecimalFormat::setNegativePrefix(const UnicodeString& newValue) function in class:DecimalFormat
2406 fImpl->setNegativePrefix(newValue);
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DDecimalFormatProperties.java959 public DecimalFormatProperties setNegativePrefix(String negativePrefix) { method in class:DecimalFormatProperties
974 * @see #setNegativePrefix
985 * string or in one of the {@link #setNegativePrefix} methods.
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java450 properties.setNegativePrefix(null);
615 properties.setNegativePrefix(np);
868 * If the affix was specified via {@link #setNegativePrefix}, the string will be returned
887 public synchronized void setNegativePrefix(String prefix) { method in class:DecimalFormat
891 properties.setNegativePrefix(prefix);
H A DDecimalFormat_ICU58_Android.java3329 public void setNegativePrefix(String newValue) { method in class:DecimalFormat_ICU58_Android
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDataDrivenNumberFormatTestData.java376 public void setNegativePrefix(String value) { method in class:DataDrivenNumberFormatTestData
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalFormatProperties.java955 public DecimalFormatProperties setNegativePrefix(String negativePrefix) { method in class:DecimalFormatProperties
970 * @see #setNegativePrefix
981 * string or in one of the {@link #setNegativePrefix} methods.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java456 properties.setNegativePrefix(null);
622 properties.setNegativePrefix(np);
899 * If the affix was specified via {@link #setNegativePrefix}, the string will be returned
922 public synchronized void setNegativePrefix(String prefix) { method in class:DecimalFormat
926 properties.setNegativePrefix(prefix);
H A DDecimalFormat_ICU58_Android.java3347 public void setNegativePrefix(String newValue) { method in class:DecimalFormat_ICU58_Android
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenNumberFormatTestData.java373 public void setNegativePrefix(String value) { method in class:DataDrivenNumberFormatTestData
/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 374 milliseconds