OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCompletion
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
error_type_utils.h
77
static bool
isCompletion
(const ErrorType errorType) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h
60
// TODO: Don't refer to
isCompletion
?
61
if (dicNode->
isCompletion
(inputSize)) {
110
// TODO: Don't refer to
isCompletion
?
111
if (dicNode->
isCompletion
(inputSize)) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
134
const bool
isCompletion
= dicNode.
isCompletion
(inputSize);
173
if (
isCompletion
) {
267
&& dicNode->
isCompletion
(traverseSession->getInputSize()));
400
if (dicNode->
isCompletion
(inputSize)) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_scoring.h
82
if (ErrorTypeUtils::
isCompletion
(errorType)) {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
192
bool
isCompletion
(const int inputSize) const {
Completed in 1257 milliseconds