Searched refs:mShortRep (Results 1 – 1 of 1) sorted by relevance
309 private final String mShortRep; // Not internationalized. field in CalculatorExpr.PreEval316 mShortRep = shortRep; in PreEval()336 out.writeUTF(mShortRep); in write()363 mShortRep = in.readUTF(); in PreEval()370 mShortRep = prev.mShortRep; in PreEval()375 return KeyMaps.translateResult(mShortRep); in toCharSequence()382 return mShortRep.lastIndexOf(KeyMaps.ELLIPSIS) != -1; in hasEllipsis()