HomeSort by relevance Sort by last modified time
    Searched refs:MAX_LEADING_ZEROES (Results 1 - 2 of 2) sorted by null

  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 97 public static final int MAX_LEADING_ZEROES = 6;
282 if (minCharOffset > -1 && minCharOffset < MAX_LEADING_ZEROES + 2) {
381 && msdIndex - decIndex > MAX_LEADING_ZEROES + 1) && precOffset != -1) {
Evaluator.java 664 && lsdOffset <= CalculatorResult.MAX_LEADING_ZEROES + 1) {
    [all...]

Completed in 373 milliseconds