Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorResult.java622 public static int getNaiveMsdIndexOf(String s) { in getNaiveMsdIndexOf() method in CalculatorResult
669 final int msdIndex = truncated ? -1 : getNaiveMsdIndexOf(in); // INVALID_MSD is OK. in formatResult()