Searched refs:charBuf (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/ |
D | defines.h | 122 static char charBuf[50]; in dumpWordInfo() local 123 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf)); in dumpWordInfo() 125 AKLOGI("%2d [ %s ] (%d)", rank, charBuf, probability); in dumpWordInfo() 130 static char charBuf[50]; in dumpWord() local 131 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf)); in dumpWord() 133 AKLOGI("[ %s ]", charBuf); in dumpWord()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node.h | 34 char charBuf[50]; \ 35 INTS_TO_CHARS(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \ 38 getInputIndex(0), getNormalizedCompoundDistance(), charBuf); \ 42 char charBuf[50]; \ 46 charBuf, NELEMS(charBuf)); \ 50 getNormalizedCompoundDistance(), getRawLength(), charBuf, \
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/ |
D | header_read_write_utils.cpp | 183 char charBuf[LARGEST_INT_DIGIT_COUNT]; in setIntAttributeInner() local 184 snprintf(charBuf, sizeof(charBuf), "%d", value); in setIntAttributeInner() 185 insertCharactersIntoVector(charBuf, &valueVector); in setIntAttributeInner()
|