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.java340 public static int getNaiveMsdIndexOf(String s) { in getNaiveMsdIndexOf() method in CalculatorResult
372 final int msdIndex = truncated ? -1 : getNaiveMsdIndexOf(in); // INVALID_MSD is OK. in formatResult()