Home
last modified time | relevance | path

Searched defs:isNegative (Results 1 - 25 of 53) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DLocalizedNumberFormatter.java186 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DLocalizedNumberFormatter.java179 public String getAffixImpl(boolean isPrefix, boolean isNegative) { in getAffixImpl() argument
/third_party/icu/icu4c/source/i18n/
H A Dnumber_roundingutils.h46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection() argument
H A Dnumber_utils.cpp186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
241 bool DecNum::isNegative() const { in isNegative() function in DecNum
H A Dnumparse_affixes.cpp455 bool isNegative = 0 != (fFlags & FLAG_NEGATIVE); in toString() local
H A Dnumber_fluent.cpp655 void LocalizedNumberFormatter::getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result, in getAffixImpl() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_roundingutils.h46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection() argument
H A Dnumber_utils.cpp186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
241 bool DecNum::isNegative() const { in isNegative() function in DecNum
H A Dnumparse_affixes.cpp455 bool isNegative = 0 != (fFlags & FLAG_NEGATIVE); in toString() local
H A Dnumber_fluent.cpp655 void LocalizedNumberFormatter::getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result, in getAffixImpl() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_roundingutils.h46 getRoundingDirection(bool isEven, bool isNegative, Section section, RoundingMode roundingMode, in getRoundingDirection() argument
H A Dnumber_utils.cpp192 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
247 bool DecNum::isNegative() const { in isNegative() function in DecNum
H A Dnumber_fluent.cpp627 void LocalizedNumberFormatter::getAffixImpl(bool isPrefix, bool isNegative, UnicodeString& result, in getAffixImpl() argument
H A Dnumparse_affixes.cpp441 bool isNegative = 0 != (fFlags & FLAG_NEGATIVE); in toString() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DRoundingUtils.java57 getRoundingDirection( boolean isEven, boolean isNegative, int section, int roundingMode, Object reference) getRoundingDirection() argument
H A DDecimalQuantity.java157 public boolean isNegative(); in isNegative() method
H A DDecimalQuantity_AbstractBCD.java335 public boolean isNegative() { in isNegative() method in DecimalQuantity_AbstractBCD
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DRoundingUtils.java59 getRoundingDirection( boolean isEven, boolean isNegative, int section, int roundingMode, Object reference) getRoundingDirection() argument
H A DDecimalQuantity.java154 public boolean isNegative(); in isNegative() method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DKnownBits.h95 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h324 bool isNegative() const { return (*this)[BitWidth - 1]; } in isNegative() function in llvm::APInt
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DDurations.java144 public static boolean isNegative(Duration duration) { in isNegative() method in Durations
/third_party/icu/tools/unicode/c/genprops/
H A Dcorepropsbuilder.cpp413 UBool isNegative; in encodeNumericValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPFloat.cpp235 bool isNegative; in readExponent() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPSInt.h48 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function in llvm::APSInt

Completed in 29 milliseconds

123