Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorExpr.java117 private String mWhole; // String preceding decimal point. field in CalculatorExpr.Constant
122 mWhole = ""; in Constant()
129 mWhole = in.readUTF(); in Constant()
138 out.writeUTF(mWhole); in write()
171 mWhole += val; in add()
194 mWhole = mWhole.substring(0, mWhole.length() - 1); in delete()
199 return (mSawDecimal == false && mWhole.isEmpty()); in isEmpty()
208 String result = mWhole; in toString()
224 String whole = mWhole; in toRational()
258 result.mWhole = mWhole; in clone()