Searched refs:currentWordLen (Results 1 – 1 of 1) sorted by relevance
183 const int currentWordLen = getNodeCodePointCount(); in isValidMultipleWordSuggestion() local184 return (prevWordLen != 1 || currentWordLen != 1); in isValidMultipleWordSuggestion()