Home
last modified time | relevance | path

Searched defs:negative (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorResult.java269 int negative = truncatedWholePart.charAt(0) == '-' ? 1 : 0; in initPositions() local
370 boolean negative, int lastDisplayedOffset[], boolean forcePrecision) { in formatResult()
DEvaluator.java581 final int negative = cache.charAt(0) == '-' ? 1 : 0; in getPreferredPrec() local
636 final int negative = cache.charAt(0) == '-' ? 1 : 0; in getShortString() local
781 boolean[] negative) { in getString()