OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:firstFreq
(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
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);
[
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 51 milliseconds