Home
last modified time | relevance | path

Searched refs:SPACE_COUNT_WEIGHT_FOR_AUTO_COMMIT (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggestions_output_utils.cpp243 const int spaceContribution = SPACE_COUNT_WEIGHT_FOR_AUTO_COMMIT in computeFirstWordConfidence()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h256 #define SPACE_COUNT_WEIGHT_FOR_AUTO_COMMIT (80 * CONFIDENCE_FOR_AUTO_COMMIT / 100) macro