OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInputIndex
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h
77
const int pointIndex = dicNode->
getInputIndex
(0);
107
const int pointIndex = dicNode->
getInputIndex
(0);
116
const int16_t parentPointIndex = parentDicNode->
getInputIndex
(0);
131
const int16_t insertedPointIndex = parentDicNode->
getInputIndex
(0);
170
const bool firstCompletion = dicNode->
getInputIndex
(0)
185
const int inputIndex = dicNode->
getInputIndex
(0);
206
const int inputIndex = dicNode->
getInputIndex
(0);
typing_traversal.h
67
const int point0Index = dicNode->
getInputIndex
(0);
91
const int point0Index = dicNode->
getInputIndex
(0);
117
const int16_t pointIndex = dicNode->
getInputIndex
(0);
143
dicNode->
getInputIndex
(0), childDicNode->getNodeCodePoint(),
typing_weighting.cpp
41
dicNode->
getInputIndex
(0));
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
38
getInputIndex
(0), getNormalizedCompoundDistance(), charBuf); \
51
getInputIndex
(0), getNormalizedCompoundDistanceAfterFirstWord()); \
193
return mDicNodeState.mDicNodeStateInput.
getInputIndex
(0) >= inputSize;
197
return mDicNodeState.mDicNodeStateInput.
getInputIndex
(0) < inputSize - 1;
289
/ static_cast<float>(
getInputIndex
(0) + 1);
354
int16_t
getInputIndex
(int pointerId) const {
355
return mDicNodeState.mDicNodeStateInput.
getInputIndex
(pointerId);
456
index += mDicNodeState.mDicNodeStateInput.
getInputIndex
(i);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h
73
int
getInputIndex
(const int pointerId) const {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
dic_traverse_session.h
115
const int pointerId = dicNode->
getInputIndex
(i);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
128
const int point0Index = dicNode.
getInputIndex
(0);
246
&& dicNode->
getInputIndex
(0) < traverseSession->getInputSize()) {
339
const int16_t pointIndex = dicNode->
getInputIndex
(0);
361
const int16_t pointIndex = dicNode->
getInputIndex
(0);
Completed in 43 milliseconds