Searched refs:isNegative (Results 1 – 12 of 12) sorted by relevance
286 boolean isNegative = (offSetVal < 0); in getTZOffSetByte()295 tzOffset = (isNegative ? -1 : 1) * tzOffset; in getTZOffSetByte()298 return isNegative ? (bcdVal |= 0x08) : bcdVal; in getTZOffSetByte()
126 final boolean isNegative = (sizeBytes < 0); in formatBytes()127 float result = isNegative ? -sizeBytes : sizeBytes; in formatBytes()184 if (isNegative) { in formatBytes()
281 if (period.isZero() || period.isNegative()) { in createRecurring()
232 if (entry.isNegative()) { in recordSnapshotLocked()
375 public boolean isNegative() { in isNegative() method in NetworkStats.Entry1030 if (entry.isNegative()) { in subtract()
342 if (entry.isNegative()) { in recordData()
1565 bool isNegative = (degreex10000 < 0); in writeLatitude() local1566 char sign = isNegative? '-': '+'; in writeLatitude()1590 bool isNegative = (degreex10000 < 0); in writeLongitude() local1591 char sign = isNegative? '-': '+'; in writeLongitude()
8208 HSPLandroid/icu/impl/number/DecimalQuantity_AbstractBCD;->isNegative()Z10425 HSPLandroid/net/NetworkStats$Entry;->isNegative()Z31195 HSPLsun/misc/FloatingDecimal$BinaryToASCIIBuffer;->isNegative()Z43533 HSPLjava/time/Duration;->isNegative()Z
26163 Landroid/icu/impl/number/MutablePatternModifier;->isNegative:Z28343 Landroid/icu/text/DecimalFormat_ICU58_Android;->isNegative(D)Z29362 Landroid/icu/text/PluralRules$FixedDecimal;->isNegative()Z29363 Landroid/icu/text/PluralRules$FixedDecimal;->isNegative:Z44657 Landroid/net/NetworkStats$Entry;->isNegative()Z
66203 method public boolean isNegative();68866 method public boolean isNegative();69592 method public default boolean isNegative();
66347 method public boolean isNegative();69010 method public boolean isNegative();69736 method public default boolean isNegative();
45016 method public abstract boolean isNegative();