Searched refs:mBestScore (Results 1 – 2 of 2) sorted by relevance
85 mBestScore = SCORE_INFTY; in setText()283 mBestScore = SCORE_INFTY; in addCandidate()290 if (cand.penalty <= mBestScore) { in addCandidate()292 mBestScore = cand.penalty; in addCandidate()
243 float mBestScore; variable