OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTS_TO_CHARS
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/
defines.h
99
#define
INTS_TO_CHARS
(input, length, output, outlength) do { \
164
#define
INTS_TO_CHARS
(input, length, output)
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h
31
INTS_TO_CHARS
(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \
37
INTS_TO_CHARS
(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \
38
INTS_TO_CHARS
(mDicNodeState.mDicNodeStatePrevWord.mPrevWord, \
Completed in 595 milliseconds