Home
last modified time | relevance | path

Searched refs:negativePrefix (Results 1 - 24 of 24) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalFormatProperties.java110 private transient String negativePrefix; field in DecimalFormatProperties
183 negativePrefix = null; in _clear()
230 negativePrefix = other.negativePrefix; in _copyFrom()
278 eq = eq && _equalsHelper(negativePrefix, other.negativePrefix); in _equals()
342 hashCode ^= _hashCodeHelper(negativePrefix); in _hashCode()
512 return negativePrefix; in getNegativePrefix()
1038 * @param negativePrefix
1043 public DecimalFormatProperties setNegativePrefix(String negativePrefix) { in setNegativePrefix() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalFormatProperties.java114 private transient String negativePrefix; field in DecimalFormatProperties
186 negativePrefix = null; in _clear()
232 negativePrefix = other.negativePrefix; in _copyFrom()
279 eq = eq && _equalsHelper(negativePrefix, other.negativePrefix); in _equals()
342 hashCode ^= _hashCodeHelper(negativePrefix); in _hashCode()
508 return negativePrefix; in getNegativePrefix()
1022 * @param negativePrefix
1027 public DecimalFormatProperties setNegativePrefix(String negativePrefix) { in setNegativePrefix() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimfmtprops.cpp58 negativePrefix.setToBogus(); in clear()
100 eq = eq && negativePrefix == other.negativePrefix; in _equals()
H A Dnumber_decimfmtprops.h123 UnicodeString negativePrefix; member
H A Dnumber_mapper.cpp334 UnicodeString npo = AffixUtils::escape(properties.negativePrefix); in setTo()
359 if (!properties.negativePrefix.isBogus()) { in setTo()
H A Ddecimfmt.cpp896 if (newValue == fields->properties.negativePrefix) { return; } in setNegativePrefix()
897 fields->properties.negativePrefix = newValue; in setNegativePrefix()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimfmtprops.cpp59 negativePrefix.setToBogus(); in clear()
102 eq = eq && negativePrefix == other.negativePrefix; in _equals()
H A Dnumber_decimfmtprops.h124 UnicodeString negativePrefix; member
H A Dnumber_mapper.cpp338 UnicodeString npo = AffixUtils::escape(properties.negativePrefix); in setTo()
363 if (!properties.negativePrefix.isBogus()) { in setTo()
H A Ddecimfmt.cpp900 if (newValue == fields->properties.negativePrefix) { return; } in setNegativePrefix()
901 fields->properties.negativePrefix = newValue; in setNegativePrefix()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimfmtprops.cpp59 negativePrefix.setToBogus(); in clear()
102 eq = eq && negativePrefix == other.negativePrefix; in _equals()
H A Dnumber_decimfmtprops.h124 UnicodeString negativePrefix; member
H A Dnumber_mapper.cpp338 UnicodeString npo = AffixUtils::escape(properties.negativePrefix); in setTo()
363 if (!properties.negativePrefix.isBogus()) { in setTo()
H A Ddecimfmt.cpp900 if (newValue == fields->properties.negativePrefix) { return; } in setNegativePrefix()
901 fields->properties.negativePrefix = newValue; in setNegativePrefix()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java263 if (tuple.negativePrefix != null) {
264 fmt.setNegativePrefix(tuple.negativePrefix);
436 if (tuple.negativePrefix != null) {
437 fmt.setNegativePrefix(tuple.negativePrefix);
543 if (tuple.negativePrefix != null) { in propertiesFromTuple()
544 properties.setNegativePrefix(tuple.negativePrefix); in propertiesFromTuple()
H A DDataDrivenNumberFormatTestData.java109 public String negativePrefix = null; field in DataDrivenNumberFormatTestData
215 "negativePrefix",
376 negativePrefix = value; in setNegativePrefix()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java266 if (tuple.negativePrefix != null) {
267 fmt.setNegativePrefix(tuple.negativePrefix);
439 if (tuple.negativePrefix != null) {
440 fmt.setNegativePrefix(tuple.negativePrefix);
546 if (tuple.negativePrefix != null) { in propertiesFromTuple()
547 properties.setNegativePrefix(tuple.negativePrefix); in propertiesFromTuple()
H A DDataDrivenNumberFormatTestData.java112 public String negativePrefix = null; field in DataDrivenNumberFormatTestData
218 "negativePrefix",
379 negativePrefix = value; in setNegativePrefix()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.h119 UnicodeString negativePrefix; member in NumberFormatTestTuple
H A Dnumfmtdatadriventest.cpp158 fmt.setNegativePrefix(tuple.negativePrefix); in adjustDecimalFormat()
H A Dnumberformattesttuple.cpp326 FIELD_INIT(negativePrefix, &gStrOps),
H A Dnumrgts.cpp2948 static const UChar negativePrefix[] = { 0x6E,0 }; // "n" local
3012 unum_setTextAttribute(f.getAlias(), UNUM_NEGATIVE_PREFIX, negativePrefix, -1, &status);
H A Dnumfmtst.cpp8999 UnicodeString negativePrefix; in Test11646_Equality() local
9000 fmtCopy.setNegativePrefix(fmtCopy.getNegativePrefix(negativePrefix)); in Test11646_Equality()
9006 UnicodeString negativePrefix; in Test11646_Equality() local
9007 fmtCopy.setNegativeSuffix(fmtCopy.getNegativeSuffix(negativePrefix)); in Test11646_Equality()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 44 milliseconds