Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalFormatProperties.java122 private transient String positivePrefix; field in DecimalFormatProperties
195 positivePrefix = null; in _clear()
242 positivePrefix = other.positivePrefix; in _copyFrom()
290 eq = eq && _equalsHelper(positivePrefix, other.positivePrefix); in _equals()
354 hashCode ^= _hashCodeHelper(positivePrefix); in _hashCode()
560 return positivePrefix; in getPositivePrefix()
1230 * @param positivePrefix
1235 public DecimalFormatProperties setPositivePrefix(String positivePrefix) { in setPositivePrefix() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DDecimalFormatProperties.java126 private transient String positivePrefix; field in DecimalFormatProperties
198 positivePrefix = null; in _clear()
244 positivePrefix = other.positivePrefix; in _copyFrom()
291 eq = eq && _equalsHelper(positivePrefix, other.positivePrefix); in _equals()
354 hashCode ^= _hashCodeHelper(positivePrefix); in _hashCode()
556 return positivePrefix; in getPositivePrefix()
1214 * @param positivePrefix
1219 public DecimalFormatProperties setPositivePrefix(String positivePrefix) { in setPositivePrefix() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimfmtprops.cpp70 positivePrefix.setToBogus(); in clear()
104 eq = eq && positivePrefix == other.positivePrefix; in _equals()
H A Dnumber_decimfmtprops.h136 UnicodeString positivePrefix; member
H A Dnumber_mapper.cpp332 UnicodeString ppo = AffixUtils::escape(properties.positivePrefix); in setTo()
341 if (!properties.positivePrefix.isBogus()) { in setTo()
H A Ddecimfmt.cpp876 if (newValue == fields->properties.positivePrefix) { return; } in setPositivePrefix()
877 fields->properties.positivePrefix = newValue; in setPositivePrefix()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_decimfmtprops.cpp71 positivePrefix.setToBogus(); in clear()
106 eq = eq && positivePrefix == other.positivePrefix; in _equals()
H A Dnumber_decimfmtprops.h137 UnicodeString positivePrefix; member
H A Dnumber_mapper.cpp336 UnicodeString ppo = AffixUtils::escape(properties.positivePrefix); in setTo()
345 if (!properties.positivePrefix.isBogus()) { in setTo()
H A Ddecimfmt.cpp880 if (newValue == fields->properties.positivePrefix) { return; } in setPositivePrefix()
881 fields->properties.positivePrefix = newValue; in setPositivePrefix()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimfmtprops.cpp71 positivePrefix.setToBogus(); in clear()
106 eq = eq && positivePrefix == other.positivePrefix; in _equals()
H A Dnumber_decimfmtprops.h137 UnicodeString positivePrefix; member
H A Dnumber_mapper.cpp336 UnicodeString ppo = AffixUtils::escape(properties.positivePrefix); in setTo()
345 if (!properties.positivePrefix.isBogus()) { in setTo()
H A Ddecimfmt.cpp880 if (newValue == fields->properties.positivePrefix) { return; } in setPositivePrefix()
881 fields->properties.positivePrefix = newValue; in setPositivePrefix()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java257 if (tuple.positivePrefix != null) {
258 fmt.setPositivePrefix(tuple.positivePrefix);
430 if (tuple.positivePrefix != null) {
431 fmt.setPositivePrefix(tuple.positivePrefix);
537 if (tuple.positivePrefix != null) { in propertiesFromTuple()
538 properties.setPositivePrefix(tuple.positivePrefix); in propertiesFromTuple()
H A DDataDrivenNumberFormatTestData.java107 public String positivePrefix = null; field in DataDrivenNumberFormatTestData
213 "positivePrefix",
368 positivePrefix = value; in setPositivePrefix()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberFormatDataDrivenTest.java260 if (tuple.positivePrefix != null) {
261 fmt.setPositivePrefix(tuple.positivePrefix);
433 if (tuple.positivePrefix != null) {
434 fmt.setPositivePrefix(tuple.positivePrefix);
540 if (tuple.positivePrefix != null) { in propertiesFromTuple()
541 properties.setPositivePrefix(tuple.positivePrefix); in propertiesFromTuple()
H A DDataDrivenNumberFormatTestData.java110 public String positivePrefix = null; field in DataDrivenNumberFormatTestData
216 "positivePrefix",
371 positivePrefix = value; in setPositivePrefix()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.h117 UnicodeString positivePrefix; member in NumberFormatTestTuple
H A Dnumfmtdatadriventest.cpp152 fmt.setPositivePrefix(tuple.positivePrefix); in adjustDecimalFormat()
H A Dnumberformattesttuple.cpp324 FIELD_INIT(positivePrefix, &gStrOps),
H A Dnumrgts.cpp2947 static const UChar positivePrefix[] = { 0x40,0 }; // "@" local
2961 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, positivePrefix, -1, &status);
H A Dnumfmtst.cpp8985 UnicodeString positivePrefix; in Test11646_Equality() local
8986 fmtCopy.setPositivePrefix(fmtCopy.getPositivePrefix(positivePrefix)); in Test11646_Equality()
8992 UnicodeString positivePrefix; in Test11646_Equality() local
8993 fmtCopy.setPositiveSuffix(fmtCopy.getPositiveSuffix(positivePrefix)); 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 41 milliseconds