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 115 #define INTS_TO_CHARS(input, length, output, outlength) do { \
172 #define INTS_TO_CHARS(input, length, output)
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 35 INTS_TO_CHARS(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \
43 INTS_TO_CHARS(getOutputWordBuf(), \

Completed in 45 milliseconds