Searched refs:setNegativePrefix (Results 1 - 25 of 30) sorted by relevance

12

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DDecimalFormatTest.java28 dfn.setNegativePrefix(dfn.getNegativePrefix() + '!');
108 * Test method for 'com.ibm.icu.text.DecimalFormat.setNegativePrefix(String)'
112 df.setNegativePrefix("~");
/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/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java197 pat.setNegativePrefix("-");
201 errln("ERROR: setNegativePrefix() failed");
H A DNumberFormatTestData.java373 public void setNegativePrefix(String value) { method in class:NumberFormatTestData
H A DIntlTestDecimalFormatAPIC.java155 pat.setNegativePrefix("-");
159 errln("ERROR: setNegativePrefix() failed");
H A DNumberFormatTest.java254 fmt.setNegativePrefix(tuple.negativePrefix);
433 fmt.setNegativePrefix(tuple.negativePrefix);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java196 pat.setNegativePrefix("-");
200 errln("ERROR: setNegativePrefix() failed");
H A DNumberFormatTestData.java372 public void setNegativePrefix(String value) { method in class:NumberFormatTestData
H A DIntlTestDecimalFormatAPIC.java154 pat.setNegativePrefix("-");
158 errln("ERROR: setNegativePrefix() failed");
H A DNumberFormatTest.java253 fmt.setNegativePrefix(tuple.negativePrefix);
432 fmt.setNegativePrefix(tuple.negativePrefix);
/external/icu/icu4c/source/i18n/
H A Ddecimfmtimpl.h321 void setNegativePrefix(const UnicodeString &str);
H A Dunum.cpp636 df->setNegativePrefix(val);
H A Ddecimfmt.cpp2401 DecimalFormat::setNegativePrefix(const UnicodeString& newValue) function in class:DecimalFormat
2403 fImpl->setNegativePrefix(newValue);
H A Ddecimfmtimpl.cpp734 DecimalFormatImpl::setNegativePrefix(const UnicodeString &str) { function in class:DecimalFormatImpl
H A Dsmpdtfmt.cpp3703 df->setNegativePrefix(UnicodeString(TRUE, SUPPRESS_NEGATIVE_PREFIX, -1));
3708 df->setNegativePrefix(oldPrefix);
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h1308 virtual void setNegativePrefix(const UnicodeString& newValue);
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp254 pat.setNegativePrefix("-");
258 errln((UnicodeString)"ERROR: setNegativePrefix() failed");
H A Dnumfmtst.cpp203 fmt.setNegativePrefix(tuple.negativePrefix);
8360 fmtCopy.setNegativePrefix(fmtCopy.getNegativePrefix(someAffix));
8374 fmt.setNegativePrefix(someAffix);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DSimpleDateFormat.java3743 ((DecimalFormat)fmt).setNegativePrefix(SUPPRESS_NEGATIVE_PREFIX);
3745 ((DecimalFormat)fmt).setNegativePrefix(oldPrefix);
H A DDecimalFormat.java3314 public void setNegativePrefix(String newValue) { method in class:DecimalFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java3759 ((DecimalFormat)fmt).setNegativePrefix(SUPPRESS_NEGATIVE_PREFIX);
3761 ((DecimalFormat)fmt).setNegativePrefix(oldPrefix);
H A DDecimalFormat.java3334 public void setNegativePrefix(String newValue) { method in class:DecimalFormat
/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 ...

Completed in 2324 milliseconds

12