Home
last modified time | relevance | path

Searched refs:integerOnly (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dnumparse_parsednumber.cpp91 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local
110 if (quantity.isZeroish() && quantity.isNegative() && !integerOnly) { in populateFormattable()
Dnumparse_decimal.h46 bool integerOnly; variable
Dnumparse_decimal.cpp86 integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in DecimalMatcher()
255 if (isDecimal && integerOnly) { in match()
Dplurrule.cpp655 curAndConstraint->integerOnly = (type != tWithin); in parse()
892 this->integerOnly=other.integerOnly; in AndConstraint()
923 if (integerOnly && n != uprv_floor(n)) { in isFulfilled()
1150 if ( andRule->integerOnly ) { in dumpRules()
1158 if ( andRule->integerOnly ) { in dumpRules()
Dplurrule_impl.h354 UBool integerOnly = false; // true for 'within' rules. variable
/third_party/icu/icu4c/source/i18n/
Dnumparse_parsednumber.cpp91 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local
110 if (quantity.isZeroish() && quantity.isNegative() && !integerOnly) { in populateFormattable()
Dnumparse_decimal.h46 bool integerOnly; variable
Dnumparse_decimal.cpp86 integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in DecimalMatcher()
255 if (isDecimal && integerOnly) { in match()
Dplurrule.cpp665 curAndConstraint->integerOnly = (type != tWithin); in parse()
902 this->integerOnly=other.integerOnly; in AndConstraint()
933 if (integerOnly && n != uprv_floor(n)) { in isFulfilled()
1160 if ( andRule->integerOnly ) { in dumpRules()
1168 if ( andRule->integerOnly ) { in dumpRules()
Dplurrule_impl.h358 UBool integerOnly = false; // true for 'within' rules. variable
/third_party/node/deps/icu-small/source/i18n/
Dnumparse_parsednumber.cpp91 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local
110 if (quantity.isZeroish() && quantity.isNegative() && !integerOnly) { in populateFormattable()
Dnumparse_decimal.h46 bool integerOnly; variable
Dnumparse_decimal.cpp86 integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in DecimalMatcher()
255 if (isDecimal && integerOnly) { in match()
Dplurrule.cpp665 curAndConstraint->integerOnly = (type != tWithin); in parse()
902 this->integerOnly=other.integerOnly; in AndConstraint()
933 if (integerOnly && n != uprv_floor(n)) { in isFulfilled()
1160 if ( andRule->integerOnly ) { in dumpRules()
1168 if ( andRule->integerOnly ) { in dumpRules()
Dplurrule_impl.h358 UBool integerOnly = false; // true for 'within' rules. variable
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DParsedNumber.java144 boolean integerOnly = 0 != (parseFlags & ParsingUtils.PARSE_FLAG_INTEGER_ONLY); in getNumber()
158 if (quantity.isZeroish() && quantity.isNegative() && !integerOnly) { in getNumber()
DDecimalMatcher.java33 private final boolean integerOnly; field in DecimalMatcher
101 integerOnly = 0 != (parseFlags & ParsingUtils.PARSE_FLAG_INTEGER_ONLY); in DecimalMatcher()
274 if (isDecimal && integerOnly) { in match()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DParsedNumber.java142 boolean integerOnly = 0 != (parseFlags & ParsingUtils.PARSE_FLAG_INTEGER_ONLY); in getNumber()
156 if (quantity.isZeroish() && quantity.isNegative() && !integerOnly) { in getNumber()
DDecimalMatcher.java31 private final boolean integerOnly; field in DecimalMatcher
99 integerOnly = 0 != (parseFlags & ParsingUtils.PARSE_FLAG_INTEGER_ONLY); in DecimalMatcher()
272 if (isDecimal && integerOnly) { in match()