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.h74 int spaceCount = 0; in getSpaceCount() local
77 ++spaceCount; in getSpaceCount()
80 return spaceCount; in getSpaceCount()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp201 const int spaceCount = terminalDicNode->getTotalNodeSpaceCount(); in computeFirstWordConfidence() local
225 if (spaceCount < 1) return NOT_A_FIRST_WORD_CONFIDENCE; in computeFirstWordConfidence()
244 * (spaceCount - MIN_EXPECTED_SPACE_COUNT) in computeFirstWordConfidence()