Searched refs:mBestScore (Results 1 – 2 of 2) sorted by relevance
88 mBestScore = SCORE_INFTY; in setText()299 mBestScore = SCORE_INFTY; in pushGreedyBreak()345 if (penalty <= mBestScore) { in addCandidate()347 mBestScore = penalty; in addCandidate()357 if (cand.penalty <= mBestScore) { in addCandidate()359 mBestScore = cand.penalty; in addCandidate()
259 float mBestScore; variable