Home
last modified time | relevance | path

Searched refs:hasIntegerValue (Results 1 – 25 of 35) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp691 ASSERT_EQUAL(FALSE, fd.hasIntegerValue()); in TestFixedDecimal()
701 ASSERT_EQUAL(FALSE, fd.hasIntegerValue()); in TestFixedDecimal()
713 ASSERT_EQUAL(FALSE, fd.hasIntegerValue()); in TestFixedDecimal()
723 ASSERT_EQUAL(FALSE, fd.hasIntegerValue()); in TestFixedDecimal()
736 ASSERT_EQUAL(FALSE, fd.hasIntegerValue()); in TestFixedDecimal()
746 ASSERT_EQUAL(FALSE, fd.hasIntegerValue()); in TestFixedDecimal()
760 ASSERT_EQUAL(FALSE, fd.hasIntegerValue()); in TestFixedDecimal()
770 ASSERT_EQUAL(FALSE, fd.hasIntegerValue()); in TestFixedDecimal()
781 ASSERT_EQUAL(TRUE, fd.hasIntegerValue()); in TestFixedDecimal()
792 ASSERT_EQUAL(TRUE, fd.hasIntegerValue()); in TestFixedDecimal()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java583 final boolean hasIntegerValue; field in PluralRules.FixedDecimal
652 return hasIntegerValue; in isHasIntegerValue()
699 hasIntegerValue = source == integerValue; in FixedDecimal()
865 this.hasIntegerValue = other.hasIntegerValue; in FixedDecimal()
1025 public boolean hasIntegerValue() { in hasIntegerValue() method in PluralRules.FixedDecimal
1026 return hasIntegerValue; in hasIntegerValue()
/third_party/icu/icu4c/source/i18n/
Dplurrule_impl.h277 virtual bool hasIntegerValue() const = 0;
311 bool hasIntegerValue() const U_OVERRIDE;
Dnumber_decimalquantity.h253 bool hasIntegerValue() const U_OVERRIDE;
Dnumber_compact.cpp118 if (dq.hasIntegerValue()) { in getPattern()
Dnumber_decimalquantity.cpp292 bool DecimalQuantity::hasIntegerValue() const { in hasIntegerValue() function in DecimalQuantity
Dplurrule.cpp1896 bool FixedDecimal::hasIntegerValue() const { in hasIntegerValue() function in FixedDecimal
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dplurrule_impl.h254 virtual bool hasIntegerValue() const = 0;
282 bool hasIntegerValue() const U_OVERRIDE;
Dnumber_decimalquantity.h199 bool hasIntegerValue() const U_OVERRIDE;
Dnumber_decimalquantity.cpp263 bool DecimalQuantity::hasIntegerValue() const { in hasIntegerValue() function in DecimalQuantity
Dplurrule.cpp1700 bool FixedDecimal::hasIntegerValue() const { in hasIntegerValue() function in FixedDecimal
/third_party/skia/third_party/externals/icu/source/i18n/
Dplurrule_impl.h277 virtual bool hasIntegerValue() const = 0;
311 bool hasIntegerValue() const U_OVERRIDE;
Dnumber_decimalquantity.h253 bool hasIntegerValue() const U_OVERRIDE;
Dnumber_compact.cpp118 if (dq.hasIntegerValue()) { in getPattern()
Dnumber_decimalquantity.cpp292 bool DecimalQuantity::hasIntegerValue() const { in hasIntegerValue() function in DecimalQuantity
Dplurrule.cpp1896 bool FixedDecimal::hasIntegerValue() const { in hasIntegerValue() function in FixedDecimal
/third_party/node/deps/icu-small/source/i18n/
Dplurrule_impl.h277 virtual bool hasIntegerValue() const = 0;
311 bool hasIntegerValue() const U_OVERRIDE;
Dnumber_decimalquantity.h258 bool hasIntegerValue() const U_OVERRIDE;
Dnumber_compact.cpp118 if (dq.hasIntegerValue()) { in getPattern()
Dnumber_decimalquantity.cpp297 bool DecimalQuantity::hasIntegerValue() const { in hasIntegerValue() function in DecimalQuantity
Dplurrule.cpp1904 bool FixedDecimal::hasIntegerValue() const { in hasIntegerValue() function in FixedDecimal
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java569 final boolean hasIntegerValue; field in PluralRules.FixedDecimal
645 return hasIntegerValue; in isHasIntegerValue()
688 hasIntegerValue = source == integerValue; in FixedDecimal()
941 public boolean hasIntegerValue() { in hasIntegerValue() method in PluralRules.FixedDecimal
942 return hasIntegerValue; in hasIntegerValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h221 bool hasIntegerValue() const { in hasIntegerValue() function
DMIParser.cpp1739 if (Token.hasIntegerValue()) { in getUnsigned()
2758 if (Token.hasIntegerValue()) { in getUint64()
/third_party/icu/icu4j/
Dcoverage-exclusion.txt905 com/ibm/icu/text/PluralRules$FixedDecimal#hasIntegerValue:()Z

12