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

/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dautocorrection_threshold_utils.cpp75 int spaceCount = 0; local
78 ++spaceCount;
82 if (spaceCount == afterLength) {
102 static_cast<float>(min(beforeLength, afterLength - spaceCount)))
H A Dchar_utils.h79 int spaceCount = 0; local
82 ++spaceCount;
85 return spaceCount;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
H A Dsuggest.cpp264 const int spaceCount = terminalDicNode->getTotalNodeSpaceCount(); local
288 if (spaceCount < 1) return NOT_A_FIRST_WORD_CONFIDENCE;
307 * (spaceCount - MIN_EXPECTED_SPACE_COUNT)

Completed in 63 milliseconds