/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numparse_parsednumber.cpp | 91 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local 110 if (quantity.isZeroish() && quantity.isNegative() && !integerOnly) { in populateFormattable()
|
D | numparse_decimal.h | 46 bool integerOnly; variable
|
D | numparse_decimal.cpp | 86 integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in DecimalMatcher() 255 if (isDecimal && integerOnly) { in match()
|
D | plurrule.cpp | 655 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()
|
D | plurrule_impl.h | 354 UBool integerOnly = false; // true for 'within' rules. variable
|
/third_party/icu/icu4c/source/i18n/ |
D | numparse_parsednumber.cpp | 91 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local 110 if (quantity.isZeroish() && quantity.isNegative() && !integerOnly) { in populateFormattable()
|
D | numparse_decimal.h | 46 bool integerOnly; variable
|
D | numparse_decimal.cpp | 86 integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in DecimalMatcher() 255 if (isDecimal && integerOnly) { in match()
|
D | plurrule.cpp | 665 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()
|
D | plurrule_impl.h | 358 UBool integerOnly = false; // true for 'within' rules. variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_parsednumber.cpp | 91 bool integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in populateFormattable() local 110 if (quantity.isZeroish() && quantity.isNegative() && !integerOnly) { in populateFormattable()
|
D | numparse_decimal.h | 46 bool integerOnly; variable
|
D | numparse_decimal.cpp | 86 integerOnly = 0 != (parseFlags & PARSE_FLAG_INTEGER_ONLY); in DecimalMatcher() 255 if (isDecimal && integerOnly) { in match()
|
D | plurrule.cpp | 665 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()
|
D | plurrule_impl.h | 358 UBool integerOnly = false; // true for 'within' rules. variable
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | ParsedNumber.java | 144 boolean integerOnly = 0 != (parseFlags & ParsingUtils.PARSE_FLAG_INTEGER_ONLY); in getNumber() 158 if (quantity.isZeroish() && quantity.isNegative() && !integerOnly) { in getNumber()
|
D | DecimalMatcher.java | 33 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/ |
D | ParsedNumber.java | 142 boolean integerOnly = 0 != (parseFlags & ParsingUtils.PARSE_FLAG_INTEGER_ONLY); in getNumber() 156 if (quantity.isZeroish() && quantity.isNegative() && !integerOnly) { in getNumber()
|
D | DecimalMatcher.java | 31 private final boolean integerOnly; field in DecimalMatcher 99 integerOnly = 0 != (parseFlags & ParsingUtils.PARSE_FLAG_INTEGER_ONLY); in DecimalMatcher() 272 if (isDecimal && integerOnly) { in match()
|