/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | DecimalFormatProperties.java | 110 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 D | DecimalFormatProperties.java | 114 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 D | number_decimfmtprops.cpp | 58 negativePrefix.setToBogus(); in clear() 100 eq = eq && negativePrefix == other.negativePrefix; in _equals()
|
H A D | number_decimfmtprops.h | 123 UnicodeString negativePrefix; member
|
H A D | number_mapper.cpp | 334 UnicodeString npo = AffixUtils::escape(properties.negativePrefix); in setTo() 359 if (!properties.negativePrefix.isBogus()) { in setTo()
|
H A D | decimfmt.cpp | 896 if (newValue == fields->properties.negativePrefix) { return; } in setNegativePrefix() 897 fields->properties.negativePrefix = newValue; in setNegativePrefix()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_decimfmtprops.cpp | 59 negativePrefix.setToBogus(); in clear() 102 eq = eq && negativePrefix == other.negativePrefix; in _equals()
|
H A D | number_decimfmtprops.h | 124 UnicodeString negativePrefix; member
|
H A D | number_mapper.cpp | 338 UnicodeString npo = AffixUtils::escape(properties.negativePrefix); in setTo() 363 if (!properties.negativePrefix.isBogus()) { in setTo()
|
H A D | decimfmt.cpp | 900 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 D | number_decimfmtprops.cpp | 59 negativePrefix.setToBogus(); in clear() 102 eq = eq && negativePrefix == other.negativePrefix; in _equals()
|
H A D | number_decimfmtprops.h | 124 UnicodeString negativePrefix; member
|
H A D | number_mapper.cpp | 338 UnicodeString npo = AffixUtils::escape(properties.negativePrefix); in setTo() 363 if (!properties.negativePrefix.isBogus()) { in setTo()
|
H A D | decimfmt.cpp | 900 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 D | NumberFormatDataDrivenTest.java | 263 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 D | DataDrivenNumberFormatTestData.java | 109 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 D | NumberFormatDataDrivenTest.java | 266 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 D | DataDrivenNumberFormatTestData.java | 112 public String negativePrefix = null; field in DataDrivenNumberFormatTestData 218 "negativePrefix", 379 negativePrefix = value; in setNegativePrefix()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numberformattesttuple.h | 119 UnicodeString negativePrefix; member in NumberFormatTestTuple
|
H A D | numfmtdatadriventest.cpp | 158 fmt.setNegativePrefix(tuple.negativePrefix); in adjustDecimalFormat()
|
H A D | numberformattesttuple.cpp | 326 FIELD_INIT(negativePrefix, &gStrOps),
|
H A D | numrgts.cpp | 2948 static const UChar negativePrefix[] = { 0x6E,0 }; // "n" local 3012 unum_setTextAttribute(f.getAlias(), UNUM_NEGATIVE_PREFIX, negativePrefix, -1, &status);
|
H A D | numfmtst.cpp | 8999 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |