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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 65 const int point0Index = dicNode->getInputIndex(0);
82 const int point0Index = dicNode->getInputIndex(0);
101 const int16_t pointIndex = dicNode->getInputIndex(0);
127 dicNode->getInputIndex(0), childDicNode->getNodeCodePoint(),
typing_weighting.h 72 const int pointIndex = dicNode->getInputIndex(0);
100 const int pointIndex = dicNode->getInputIndex(0);
109 const int16_t parentPointIndex = parentDicNode->getInputIndex(0);
124 const int16_t parentPointIndex = parentDicNode->getInputIndex(0);
155 const bool firstCompletion = dicNode->getInputIndex(0)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 34 getInputIndex(0), getNormalizedCompoundDistance(), charBuf); } while (0)
43 getInputIndex(0)); \
149 mDicNodeState.mDicNodeStateInput.getInputIndex(0) /* lastInputIndex */);
232 return mDicNodeState.mDicNodeStateInput.getInputIndex(0) >= inputSize;
236 return mDicNodeState.mDicNodeStateInput.getInputIndex(0) < inputSize - 1;
349 / static_cast<float>(getInputIndex(0) + 1);
418 int16_t getInputIndex(int pointerId) const {
419 return mDicNodeState.mDicNodeStateInput.getInputIndex(pointerId);
541 index += mDicNodeState.mDicNodeStateInput.getInputIndex(i);
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 100 const int pointerId = node->getInputIndex(i);
114 const int pointerId = node->getInputIndex(i);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp 247 const int point0Index = dicNode.getInputIndex(0);
356 && dicNode->getInputIndex(0) < traverseSession->getInputSize()) {
458 const int16_t pointIndex = dicNode->getInputIndex(0);
476 const int16_t pointIndex = dicNode->getInputIndex(0);
  /packages/inputmethods/LatinIME/native/jni/src/
correction.h 71 int getInputIndex() const;
correction.cpp 183 int Correction::getInputIndex() const {
    [all...]
unigram_dictionary.cpp 352 const int inputIndex = correction->getInputIndex();
    [all...]

Completed in 68 milliseconds