Home
last modified time | relevance | path

Searched refs:MAX_LEADING_ZEROES (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorResult.java97 public static final int MAX_LEADING_ZEROES = 6; field in CalculatorResult
282 if (minCharOffset > -1 && minCharOffset < MAX_LEADING_ZEROES + 2) { in initPositions()
381 && msdIndex - decIndex > MAX_LEADING_ZEROES + 1) && precOffset != -1) { in formatResult()
DEvaluator.java664 && lsdOffset <= CalculatorResult.MAX_LEADING_ZEROES + 1) { in getShortString()