Searched refs:charBuf (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/ |
D | defines.h | 104 static char charBuf[50]; in dumpWordInfo() local 105 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf)); in dumpWordInfo() 107 AKLOGI("%2d [ %s ] (%d)", rank, charBuf, probability); in dumpWordInfo() 120 static char charBuf[50]; in dumpWord() local 121 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf)); in dumpWord() 123 AKLOGI("[ %s ]", charBuf); in dumpWord()
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
D | dic_node.h | 30 do { char charBuf[50]; \ 31 INTS_TO_CHARS(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \ 34 getInputIndex(0), getNormalizedCompoundDistance(), charBuf); } while (0) 36 do { char charBuf[50]; char prevWordCharBuf[50]; \ 37 INTS_TO_CHARS(getOutputWordBuf(), getNodeCodePointCount(), charBuf, NELEMS(charBuf)); \ 43 getNormalizedCompoundDistance(), getRawLength(), prevWordCharBuf, charBuf, \
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/ |
D | header_read_write_utils.cpp | 174 char charBuf[LARGEST_INT_DIGIT_COUNT + 1]; in setIntAttributeInner() local 175 snprintf(charBuf, LARGEST_INT_DIGIT_COUNT + 1, "%d", value); in setIntAttributeInner() 176 insertCharactersIntoVector(charBuf, &valueVector); in setIntAttributeInner()
|