Searched refs:isNegative (Results 1 – 11 of 11) 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()
341 if (entry.isNegative()) { in recordData()
1732 bool isNegative = (degreex10000 < 0); in writeLatitude() local1733 char sign = isNegative? '-': '+'; in writeLatitude()1757 bool isNegative = (degreex10000 < 0); in writeLongitude() local1758 char sign = isNegative? '-': '+'; in writeLongitude()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
11021 HSPLandroid/icu/impl/number/DecimalQuantity_AbstractBCD;->isNegative()Z14336 HSPLandroid/net/NetworkStats$Entry;->isNegative()Z39129 HSPLsun/misc/FloatingDecimal$BinaryToASCIIBuffer;->isNegative()Z
68816 method public boolean isNegative();71479 method public boolean isNegative();72205 method public default boolean isNegative();
45016 method public abstract boolean isNegative();