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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_traversal.h 150 dicNode->getOutputWordBuf(), dicNode->getDepth());
173 const int c = dicNode->getOutputWordBuf()[0];
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 31 INTS_TO_CHARS(getOutputWordBuf(), getDepth(), charBuf); \
37 INTS_TO_CHARS(getOutputWordBuf(), getDepth(), charBuf); \
146 dicNode->getOutputWordBuf(),
223 const int c = getOutputWordBuf()[0];
321 prevWordLength, getOutputWordBuf(), currentDepth, dest);
367 AK_FORCE_INLINE const int *getOutputWordBuf() const {

Completed in 37 milliseconds