OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInputIndex
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h
78
int
getInputIndex
(const int pointerId) const {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
34
getInputIndex
(0), getNormalizedCompoundDistance(), charBuf); } while (0)
44
getInputIndex
(0), getNormalizedCompoundDistanceAfterFirstWord()); \
147
mDicNodeState.mDicNodeStateInput.
getInputIndex
(0) /* lastInputIndex */);
241
return mDicNodeState.mDicNodeStateInput.
getInputIndex
(0) >= inputSize;
245
return mDicNodeState.mDicNodeStateInput.
getInputIndex
(0) < inputSize - 1;
363
/ static_cast<float>(
getInputIndex
(0) + 1);
432
int16_t
getInputIndex
(int pointerId) const {
433
return mDicNodeState.mDicNodeStateInput.
getInputIndex
(pointerId);
569
index += mDicNodeState.mDicNodeStateInput.
getInputIndex
(i);
Completed in 41 milliseconds