Home
last modified time | relevance | path

Searched defs:secondFreq (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/src/
Dcorrection.cpp93 int Correction::getFreqForSplitTwoWords(const int firstFreq, const int secondFreq, in getFreqForSplitTwoWords()
800 const int firstFreq, const int secondFreq, const Correction* correction, in calcFreqForSplitTwoWords()
Dunigram_dictionary.cpp423 const int secondFreq = getMostFrequentWordLike(secondWordStartPos, secondWordLength, mWord); in getSplitTwoWordsSuggestion() local