am 1db2df08: Merge "Initialize inputStatusG at the constructor."

* commit '1db2df08617c8304f59ba44a1a541c02b3d007af':
  Initialize inputStatusG at the constructor.
main
Keisuke Kuroynagi 2013-06-19 22:18:35 -07:00 committed by Android Git Automerger
commit 2b386279e5
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@ namespace latinime {
// This struct is purely a bucket to return values. No instances of this struct should be kept.
struct DicNode_InputStateG {
DicNode_InputStateG()
: mNeedsToUpdateInputStateG(false), mPointerId(0), mInputIndex(0),
mPrevCodePoint(0), mTerminalDiffCost(0.0f), mRawLength(0.0f),
mDoubleLetterLevel(NOT_A_DOUBLE_LETTER) {}
bool mNeedsToUpdateInputStateG;
int mPointerId;
int16_t mInputIndex;