OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSecondWordFirstInputIndex
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_prevword.h
102
int
getSecondWordFirstInputIndex
() const {
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
146
dicNode->mDicNodeState.mDicNodeStatePrevWord.
getSecondWordFirstInputIndex
(),
334
int
getSecondWordFirstInputIndex
(const ProximityInfoState *const pInfoState) const {
335
const int inputIndex = mDicNodeState.mDicNodeStatePrevWord.
getSecondWordFirstInputIndex
();
Completed in 183 milliseconds