Searched refs:getOutputWordBuf (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
H A Dtyping_scoring.h108 dicNode->getOutputWordBuf(), dicNode->getNodeCodePointCount());
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_node.h35 INTS_TO_CHARS(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \
43 INTS_TO_CHARS(getOutputWordBuf(), \
244 memmove(dest, getOutputWordBuf(), getTotalNodeCodePointCount() * sizeof(dest[0]));
303 AK_FORCE_INLINE const int *getOutputWordBuf() const { function in class:latinime::DicNode

Completed in 531 milliseconds