Home
last modified time | relevance | path

Searched refs:setNegativePrefix (Results 1 – 25 of 50) sorted by relevance

12

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DPatternStringTest.java82 { new DecimalFormatProperties().setNegativePrefix("abc"), "#;abc#" }, in testToPatternWithProperties()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DPatternStringTest.java79 { new DecimalFormatProperties().setNegativePrefix("abc"), "#;abc#" }, in testToPatternWithProperties()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java475 properties.setNegativePrefix(null); in applyPattern()
641 properties.setNegativePrefix(np); in readObject()
998 public synchronized void setNegativePrefix(String prefix) { in setNegativePrefix() method in DecimalFormat
1002 properties.setNegativePrefix(prefix); in setNegativePrefix()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDecimalFormat.java469 properties.setNegativePrefix(null); in applyPattern()
634 properties.setNegativePrefix(np); in readObject()
963 public synchronized void setNegativePrefix(String prefix) { in setNegativePrefix() method in DecimalFormat
967 properties.setNegativePrefix(prefix); in setNegativePrefix()
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DDecimalFormatICU.java341 public void setNegativePrefix(String newValue) { in setNegativePrefix() method in DecimalFormatICU
342 fIcuDecfmt.setNegativePrefix(newValue); in setNegativePrefix()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatDataDrivenTest.java264 fmt.setNegativePrefix(tuple.negativePrefix);
437 fmt.setNegativePrefix(tuple.negativePrefix);
544 properties.setNegativePrefix(tuple.negativePrefix); in propertiesFromTuple()
DIntlTestDecimalFormatAPI.java197 pat.setNegativePrefix("-"); in TestAPI()
DDataDrivenNumberFormatTestData.java375 public void setNegativePrefix(String value) { in setNegativePrefix() method in DataDrivenNumberFormatTestData
DIntlTestDecimalFormatAPIC.java156 pat.setNegativePrefix("-"); in TestAPI()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatDataDrivenTest.java267 fmt.setNegativePrefix(tuple.negativePrefix);
440 fmt.setNegativePrefix(tuple.negativePrefix);
547 properties.setNegativePrefix(tuple.negativePrefix); in propertiesFromTuple()
DIntlTestDecimalFormatAPI.java200 pat.setNegativePrefix("-"); in TestAPI()
DDataDrivenNumberFormatTestData.java378 public void setNegativePrefix(String value) { in setNegativePrefix() method in DataDrivenNumberFormatTestData
DIntlTestDecimalFormatAPIC.java159 pat.setNegativePrefix("-"); in TestAPI()
/third_party/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h1246 virtual void setNegativePrefix(const UnicodeString& newValue);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddecimfmt.h1255 virtual void setNegativePrefix(const UnicodeString& newValue);
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddecimfmt.h1246 virtual void setNegativePrefix(const UnicodeString& newValue);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddecimfmt.h1246 virtual void setNegativePrefix(const UnicodeString& newValue);
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtdatadriventest.cpp158 fmt.setNegativePrefix(tuple.negativePrefix); in adjustDecimalFormat()
Ddcfmapts.cpp292 pat.setNegativePrefix("-"); in testAPI()
1285 df->setNegativePrefix(prefix); in testInvalidObject()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java1022 public DecimalFormatProperties setNegativePrefix(String negativePrefix) { in setNegativePrefix() method in DecimalFormatProperties
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalFormatProperties.java1027 public DecimalFormatProperties setNegativePrefix(String negativePrefix) { in setNegativePrefix() method in DecimalFormatProperties
/third_party/icu/icu4c/source/i18n/
Dunum.cpp715 df->setNegativePrefix(val); in unum_setTextAttribute()
/third_party/node/deps/icu-small/source/i18n/
Dunum.cpp715 df->setNegativePrefix(val); in unum_setTextAttribute()
/third_party/skia/third_party/externals/icu/source/i18n/
Dunum.cpp715 df->setNegativePrefix(val); in unum_setTextAttribute()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dunum.cpp710 df->setNegativePrefix(val); in unum_setTextAttribute()

12