HomeSort by relevance Sort by last modified time
    Searched refs:intArrayToCharArray (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 46 AK_FORCE_INLINE static int intArrayToCharArray(const int *const source, const int sourceSize,
116 intArrayToCharArray(input, length, output, outlength); } while (0)
121 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf));
129 const int N = intArrayToCharArray(word, length, charBuf, NELEMS(charBuf));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
dictionary.cpp 215 intArrayToCharArray(dictionaryIdCodePointBuffer, HEADER_ATTRIBUTE_BUFFER_SIZE,
217 intArrayToCharArray(versionStringCodePointBuffer, HEADER_ATTRIBUTE_BUFFER_SIZE,
219 intArrayToCharArray(dateStringCodePointBuffer, HEADER_ATTRIBUTE_BUFFER_SIZE,

Completed in 165 milliseconds