Searched refs:setNegativeSuffix (Results 1 - 25 of 28) sorted by relevance

12

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DDecimalFormatTest.java142 * Test method for 'com.ibm.icu.text.DecimalFormat.setNegativeSuffix(String)'
146 df.setNegativeSuffix("~~");
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DDecimalFormat.java906 public void setNegativeSuffix(String newValue) { method in class:DecimalFormat
907 ((java.text.DecimalFormat)numberFormat).setNegativeSuffix(newValue);
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatICU.java346 public void setNegativeSuffix(String newValue) { method in class:DecimalFormatICU
347 fIcuDecfmt.setNegativeSuffix(newValue);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java213 pat.setNegativeSuffix("~");
217 errln("ERROR: setNegativeSuffix() failed");
H A DNumberFormatTestData.java377 public void setNegativeSuffix(String value) { method in class:NumberFormatTestData
H A DIntlTestDecimalFormatAPIC.java171 pat.setNegativeSuffix("~");
175 errln("ERROR: setNegativeSuffix() failed");
H A DNumberFormatTest.java257 fmt.setNegativeSuffix(tuple.negativeSuffix);
436 fmt.setNegativeSuffix(tuple.negativeSuffix);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java212 pat.setNegativeSuffix("~");
216 errln("ERROR: setNegativeSuffix() failed");
H A DNumberFormatTestData.java376 public void setNegativeSuffix(String value) { method in class:NumberFormatTestData
H A DIntlTestDecimalFormatAPIC.java170 pat.setNegativeSuffix("~");
174 errln("ERROR: setNegativeSuffix() failed");
H A DNumberFormatTest.java256 fmt.setNegativeSuffix(tuple.negativeSuffix);
435 fmt.setNegativeSuffix(tuple.negativeSuffix);
/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.h322 void setNegativeSuffix(const UnicodeString &str);
H A Dunum.cpp640 df->setNegativeSuffix(val);
H A Ddecimfmt.cpp2437 DecimalFormat::setNegativeSuffix(const UnicodeString& newValue) function in class:DecimalFormat
2439 fImpl->setNegativeSuffix(newValue);
H A Ddecimfmtimpl.cpp742 DecimalFormatImpl::setNegativeSuffix(const UnicodeString &str) { function in class:DecimalFormatImpl
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h1346 virtual void setNegativeSuffix(const UnicodeString& newValue);
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp270 pat.setNegativeSuffix("~");
274 errln((UnicodeString)"ERROR: setNegativeSuffix() failed");
H A Dnumfmtst.cpp206 fmt.setNegativeSuffix(tuple.negativeSuffix);
8367 fmtCopy.setNegativeSuffix(fmtCopy.getNegativeSuffix(someAffix));
8375 fmt.setNegativeSuffix("%");
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDecimalFormat.java3358 public void setNegativeSuffix(String newValue) { method in class:DecimalFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java3382 public void setNegativeSuffix(String newValue) { method in class:DecimalFormat
/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/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 ...

Completed in 739 milliseconds

12