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

  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 268 int wholeLen = truncatedWholePart.length();
270 if (msdIndex > wholeLen && msdIndex <= wholeLen + 3) {
272 msdIndex = wholeLen - 1;
274 int minCharOffset = msdIndex - wholeLen;
CalculatorText.java 215 int wholeLen = whole.length();
217 if (prefixLen > wholeLen) {

Completed in 46 milliseconds