OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getfreqforsplittwowords
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/src/
correction.h
76
int
getFreqForSplitTwoWords
(
correction.cpp
93
int Correction::
getFreqForSplitTwoWords
(const int firstFreq, const int secondFreq,
[
all
...]
unigram_dictionary.cpp
434
const int pairFreq = mCorrection->
getFreqForSplitTwoWords
(firstFreq, secondFreq, word);
[
all
...]
Completed in 76 milliseconds