Home
last modified time | relevance | path

Searched refs:spaceCount (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dautocorrection_threshold_utils.cpp76 int spaceCount = 0; in calcNormalizedScore() local
79 ++spaceCount; in calcNormalizedScore()
83 if (spaceCount == afterLength) { in calcNormalizedScore()
103 static_cast<float>(std::min(beforeLength, afterLength - spaceCount))) in calcNormalizedScore()
Dchar_utils.h81 int spaceCount = 0; in getSpaceCount() local
84 ++spaceCount; in getSpaceCount()
87 return spaceCount; in getSpaceCount()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp154 const int spaceCount = terminalDicNode->getTotalNodeSpaceCount(); in computeFirstWordConfidence() local
178 if (spaceCount < 1) return NOT_A_FIRST_WORD_CONFIDENCE; in computeFirstWordConfidence()
197 * (spaceCount - MIN_EXPECTED_SPACE_COUNT) in computeFirstWordConfidence()