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

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

Completed in 160 milliseconds