OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freqArray
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h
101
const bool isSpaceProximity, int *
freqArray
, int *wordLengthArray, int *outputWord,
107
const int outputWordLength, int *
freqArray
, int *wordLengthArray,
unigram_dictionary.cpp
422
const int outputWordStartPos, const bool isSpaceProximity, int *
freqArray
,
531
freqArray
[currentWordIndex] = freq;
550
freqArray
, wordLengthArray, currentWordIndex + 1, isSpaceProximity, outputWord);
555
freqArray
[i], wordLengthArray[i]);
571
int *
freqArray
, int *wordLengthArray, int *outputWord) const {
595
outputWordLength, true /* not used */,
freqArray
, wordLengthArray, outputWord,
614
false /* missing space */,
freqArray
, wordLengthArray, outputWord, 0)
619
tempOutputWordLength,
freqArray
, wordLengthArray, outputWord);
642
true /* mistyped space */,
freqArray
, wordLengthArray, outputWord, 0);
658
int
freqArray
[MULTIPLE_WORDS_SUGGESTION_MAX_WORDS]
[
all
...]
correction.cpp
130
int Correction::getFreqForSplitMultipleWords(const int *
freqArray
, const int *wordLengthArray,
132
return Correction::RankingAlgorithm::calcFreqForSplitMultipleWords(
freqArray
, wordLengthArray,
[
all
...]
correction.h
79
int getFreqForSplitMultipleWords(const int *
freqArray
, const int *wordLengthArray,
108
static int calcFreqForSplitMultipleWords(const int *
freqArray
, const int *wordLengthArray,
Completed in 492 milliseconds