Searched defs:charBuf (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
H A Dheader_read_write_utils.cpp183 char charBuf[LARGEST_INT_DIGIT_COUNT]; local
184 snprintf(charBuf, sizeof(charBuf), "%d", value);
185 insertCharactersIntoVector(charBuf, &valueVector);
/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h120 static char charBuf[50]; local
121 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf));
123 AKLOGI("%2d [ %s ] (%d)", rank, charBuf, probability);
128 static char charBuf[50]; local
129 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf));
131 AKLOGI("[ %s ]", charBuf);

Completed in 74 milliseconds