Home | History | Annotate | Download | only in src

Lines Matching refs:firstFreq

413     const int firstFreq = getMostFrequentWordLike(firstWordStartPos, firstWordLength, mWord);
415 LOGI("First freq: %d", firstFreq);
417 if (firstFreq <= 0) return;
434 const int pairFreq = mCorrection->getFreqForSplitTwoWords(firstFreq, secondFreq, word);
436 LOGI("Split two words: %d, %d, %d, %d", firstFreq, secondFreq, pairFreq, inputLength);