HomeSort by relevance Sort by last modified time
    Searched refs:getInputIndex (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 66 const int point0Index = dicNode->getInputIndex(0);
83 const int point0Index = dicNode->getInputIndex(0);
102 const int16_t pointIndex = dicNode->getInputIndex(0);
128 dicNode->getInputIndex(0), childDicNode->getNodeCodePoint(),
typing_weighting.h 73 const int pointIndex = dicNode->getInputIndex(0);
105 const int pointIndex = dicNode->getInputIndex(0);
114 const int16_t parentPointIndex = parentDicNode->getInputIndex(0);
129 const int16_t insertedPointIndex = parentDicNode->getInputIndex(0);
167 const bool firstCompletion = dicNode->getInputIndex(0)
182 const int inputIndex = dicNode->getInputIndex(0);
  /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);
  /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/session/
dic_traverse_session.h 127 const int pointerId = node->getInputIndex(i);
141 const int pointerId = node->getInputIndex(i);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 338 const int point0Index = dicNode.getInputIndex(0);
455 && dicNode->getInputIndex(0) < traverseSession->getInputSize()) {
551 const int16_t pointIndex = dicNode->getInputIndex(0);
573 const int16_t pointIndex = dicNode->getInputIndex(0);

Completed in 40 milliseconds