Searched defs:MAX_LEADING_ZEROES (Results 1 - 1 of 1) sorted by relevance

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

Completed in 22 milliseconds