Lines Matching refs:secondWordLength
401 const int secondWordLength = isSpaceProximity
406 if (0 >= firstWordLength || 0 >= secondWordLength || firstWordStartPos >= secondWordStartPos
407 || firstWordStartPos < 0 || secondWordStartPos + secondWordLength > inputLength)
410 const int newWordLength = firstWordLength + secondWordLength + 1;
423 const int secondFreq = getMostFrequentWordLike(secondWordStartPos, secondWordLength, mWord);