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

  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 49 #define INTS_TO_CHARS(input, length, output) do { \
136 #define INTS_TO_CHARS(input, length, output)
  /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); \
38 INTS_TO_CHARS(mDicNodeState.mDicNodeStatePrevWord.mPrevWord, \

Completed in 417 milliseconds