Searched refs:hasIntegerValue (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp637 ASSERT_EQUAL(FALSE, fd.hasIntegerValue);
647 ASSERT_EQUAL(FALSE, fd.hasIntegerValue);
659 ASSERT_EQUAL(FALSE, fd.hasIntegerValue);
669 ASSERT_EQUAL(FALSE, fd.hasIntegerValue);
682 ASSERT_EQUAL(FALSE, fd.hasIntegerValue);
692 ASSERT_EQUAL(FALSE, fd.hasIntegerValue);
706 ASSERT_EQUAL(FALSE, fd.hasIntegerValue);
716 ASSERT_EQUAL(FALSE, fd.hasIntegerValue);
727 ASSERT_EQUAL(TRUE, fd.hasIntegerValue);
738 ASSERT_EQUAL(TRUE, fd.hasIntegerValue);
[all...]
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.h179 bool hasIntegerValue() const { function in struct:llvm::MIToken
H A DMIParser.cpp1083 assert(Token.hasIntegerValue() && "Expected a token with an integer value");
1648 assert(Token.hasIntegerValue());
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralRules.java478 public final boolean hasIntegerValue; field in class:PluralRules.FixedDecimal
555 return hasIntegerValue;
598 hasIntegerValue = source == integerValue;
847 public boolean hasIntegerValue() { method in class:PluralRules.FixedDecimal
848 return hasIntegerValue;
/external/icu/icu4c/source/i18n/
H A Dplurrule.cpp1391 visibleDecimalDigitCount, hasIntegerValue);
1456 hasIntegerValue = other.hasIntegerValue;
1476 hasIntegerValue = FALSE;
1479 hasIntegerValue = (source == intValue);
H A Dplurrule_impl.h217 UBool hasIntegerValue; member in class:FixedDecimal
H A Ddecimfmtimpl.cpp528 result.visibleDecimalDigitCount, result.hasIntegerValue);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java474 public final boolean hasIntegerValue; field in class:PluralRules.FixedDecimal
543 return hasIntegerValue;
583 hasIntegerValue = source == integerValue;
820 public boolean hasIntegerValue() { method in class:PluralRules.FixedDecimal
821 return hasIntegerValue;
/external/messageformat/java/com/ibm/icu/simple/
H A DPluralRules.java457 public final boolean hasIntegerValue; field in class:PluralRules.FixedDecimal
526 return hasIntegerValue;
566 hasIntegerValue = source == integerValue;
799 public boolean hasIntegerValue() { method in class:PluralRules.FixedDecimal
800 return hasIntegerValue;

Completed in 596 milliseconds