Home
last modified time | relevance | path

Searched refs:parseIntegerOnly (Results 1 – 25 of 32) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalFormatProperties.java116 private transient boolean parseIntegerOnly; field in DecimalFormatProperties
188 parseIntegerOnly = false; in _clear()
234 parseIntegerOnly = other.parseIntegerOnly; in _copyFrom()
281 eq = eq && _equalsHelper(parseIntegerOnly, other.parseIntegerOnly); in _equals()
344 hashCode ^= _hashCodeHelper(parseIntegerOnly); in _hashCode()
531 return parseIntegerOnly; in getParseIntegerOnly()
1144 public DecimalFormatProperties setParseIntegerOnly(boolean parseIntegerOnly) { in setParseIntegerOnly() argument
1145 this.parseIntegerOnly = parseIntegerOnly; in setParseIntegerOnly()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DDecimalFormatProperties.java121 private transient boolean parseIntegerOnly; field in DecimalFormatProperties
193 parseIntegerOnly = false; in _clear()
239 parseIntegerOnly = other.parseIntegerOnly; in _copyFrom()
286 eq = eq && _equalsHelper(parseIntegerOnly, other.parseIntegerOnly); in _equals()
349 hashCode ^= _hashCodeHelper(parseIntegerOnly); in _hashCode()
536 return parseIntegerOnly; in getParseIntegerOnly()
1149 public DecimalFormatProperties setParseIntegerOnly(boolean parseIntegerOnly) { in setParseIntegerOnly() argument
1150 this.parseIntegerOnly = parseIntegerOnly; in setParseIntegerOnly()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_decimfmtprops.cpp65 parseIntegerOnly = false; in clear()
131 eq = eq && parseIntegerOnly == other.parseIntegerOnly; in _equals()
Dnumber_decimfmtprops.h130 bool parseIntegerOnly; member
Dnumparse_impl.cpp97 if (properties.parseIntegerOnly) { in createParserFromProperties()
/third_party/node/deps/icu-small/source/i18n/
Dnumber_decimfmtprops.cpp66 parseIntegerOnly = false; in clear()
133 eq = eq && parseIntegerOnly == other.parseIntegerOnly; in _equals()
Dnumber_decimfmtprops.h131 bool parseIntegerOnly; member
Dnumparse_impl.cpp97 if (properties.parseIntegerOnly) { in createParserFromProperties()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_decimfmtprops.cpp64 parseIntegerOnly = false; in clear()
130 eq = eq && parseIntegerOnly == other.parseIntegerOnly; in _equals()
Dnumber_decimfmtprops.h123 bool parseIntegerOnly; member
Dnumparse_impl.cpp106 if (properties.parseIntegerOnly) { in createParserFromProperties()
/third_party/icu/icu4c/source/i18n/
Dnumber_decimfmtprops.cpp65 parseIntegerOnly = false; in clear()
131 eq = eq && parseIntegerOnly == other.parseIntegerOnly; in _equals()
Dnumber_decimfmtprops.h130 bool parseIntegerOnly; member
Dnumparse_impl.cpp97 if (properties.parseIntegerOnly) { in createParserFromProperties()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatDataDrivenTest.java277 if (tuple.parseIntegerOnly != null) {
278 fmt.setParseIntegerOnly(tuple.parseIntegerOnly != 0);
450 if (tuple.parseIntegerOnly != null) {
451 fmt.setParseIntegerOnly(tuple.parseIntegerOnly != 0);
561 if (tuple.parseIntegerOnly != null) { in propertiesFromTuple()
562 properties.setParseIntegerOnly(tuple.parseIntegerOnly != 0); in propertiesFromTuple()
DDataDrivenNumberFormatTestData.java119 public Integer parseIntegerOnly = null; field in DataDrivenNumberFormatTestData
416 parseIntegerOnly = Integer.valueOf(value); in setParseIntegerOnly()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatDataDrivenTest.java280 if (tuple.parseIntegerOnly != null) {
281 fmt.setParseIntegerOnly(tuple.parseIntegerOnly != 0);
453 if (tuple.parseIntegerOnly != null) {
454 fmt.setParseIntegerOnly(tuple.parseIntegerOnly != 0);
564 if (tuple.parseIntegerOnly != null) { in propertiesFromTuple()
565 properties.setParseIntegerOnly(tuple.parseIntegerOnly != 0); in propertiesFromTuple()
DDataDrivenNumberFormatTestData.java122 public Integer parseIntegerOnly = null; field in DataDrivenNumberFormatTestData
419 parseIntegerOnly = Integer.valueOf(value); in setParseIntegerOnly()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DNumberFormat.java475 return parseIntegerOnly; in isParseIntegerOnly()
490 parseIntegerOnly = value; in setParseIntegerOnly()
1091 && parseIntegerOnly == other.parseIntegerOnly in equals()
1706 private boolean parseIntegerOnly = false; field in NumberFormat
DDecimalFormat.java2079 public synchronized void setParseIntegerOnly(boolean parseIntegerOnly) { in setParseIntegerOnly() argument
2080 properties.setParseIntegerOnly(parseIntegerOnly); in setParseIntegerOnly()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormat.java505 return parseIntegerOnly; in isParseIntegerOnly()
521 parseIntegerOnly = value; in setParseIntegerOnly()
1164 && parseIntegerOnly == other.parseIntegerOnly in equals()
1794 private boolean parseIntegerOnly = false; field in NumberFormat
DDecimalFormat.java2283 public synchronized void setParseIntegerOnly(boolean parseIntegerOnly) { in setParseIntegerOnly() argument
2284 properties.setParseIntegerOnly(parseIntegerOnly); in setParseIntegerOnly()
/third_party/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.h129 int32_t parseIntegerOnly; variable
Dnumberformattesttuple.cpp336 FIELD_INIT(parseIntegerOnly, &gIntOps),
Dnumfmtdatadriventest.cpp175 fmt.setParseIntegerOnly(tuple.parseIntegerOnly != 0); in adjustDecimalFormat()

12