OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autocorrectionthresholdutils
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/utils/
autocorrection_threshold_utils.h
24
class
AutocorrectionThresholdUtils
{
32
DISALLOW_IMPLICIT_CONSTRUCTORS(
AutocorrectionThresholdUtils
);
autocorrection_threshold_utils.cpp
27
const int
AutocorrectionThresholdUtils
::MAX_INITIAL_SCORE = 255;
28
const int
AutocorrectionThresholdUtils
::TYPED_LETTER_MULTIPLIER = 2;
29
const int
AutocorrectionThresholdUtils
::FULL_WORD_MULTIPLIER = 2;
31
/* static */ int
AutocorrectionThresholdUtils
::editDistance(const int *before,
69
/* static */ float
AutocorrectionThresholdUtils
::calcNormalizedScore(const int *before,
/packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp
263
return
AutocorrectionThresholdUtils
::calcNormalizedScore(beforeCodePoints, beforeLength,
275
return
AutocorrectionThresholdUtils
::editDistance(beforeCodePoints, beforeLength,
Completed in 171 milliseconds