OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:secondFreq
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/src/
correction.h
77
const int firstFreq, const int
secondFreq
, const unsigned short *word);
156
static int calcFreqForSplitTwoWords(const int firstFreq, const int
secondFreq
,
unigram_dictionary.cpp
423
const int
secondFreq
= getMostFrequentWordLike(secondWordStartPos, secondWordLength, mWord);
425
LOGI("Second freq: %d",
secondFreq
);
427
if (
secondFreq
<= 0) return;
434
const int pairFreq = mCorrection->getFreqForSplitTwoWords(firstFreq,
secondFreq
, word);
436
LOGI("Split two words: %d, %d, %d, %d", firstFreq,
secondFreq
, pairFreq, inputLength);
[
all
...]
correction.cpp
93
int Correction::getFreqForSplitTwoWords(const int firstFreq, const int
secondFreq
,
96
firstFreq,
secondFreq
, this, word);
800
const int firstFreq, const int
secondFreq
, const Correction* correction,
[
all
...]
Completed in 16 milliseconds