Searched refs:mBestScore (Results 1 – 4 of 4) sorted by relevance
94 mBestScore = SCORE_INFTY; in setText()297 mBestScore = SCORE_INFTY; in pushGreedyBreak()339 if (penalty <= mBestScore) { in addCandidate()341 mBestScore = penalty; in addCandidate()351 if (cand.penalty <= mBestScore) { in addCandidate()353 mBestScore = cand.penalty; in addCandidate()
245 float mBestScore; variable
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