Home | History | Annotate | Download | only in src

Lines Matching refs:mScore

32         int mScore;
39 mScore = score;
64 const int minScore = sw->mScore;
86 if (!mHighestSuggestedWord || mHighestSuggestedWord->mScore < sw->mScore) {
107 AKLOGI("dump word. %d", sw->mScore);
143 frequencies[i] = sw->mScore;
163 AKLOGI("Clear word. %d", sw->mScore);
191 return left->mScore > right->mScore;
208 const int score = sw->mScore;