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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
H A Dpatricia_trie_reading_utils.cpp70 const NodeFlags flags, const int maxLength, int *const outBuffer, int *const pos) {
73 length = ByteArrayUtils::readStringAndAdvancePosition(buffer, maxLength, outBuffer,
86 outBuffer[0] = codePoint;
69 getCharsAndAdvancePosition(const uint8_t *const buffer, const NodeFlags flags, const int maxLength, int *const outBuffer, int *const pos) argument
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dbyte_array_utils.h176 const int maxLength, int *const outBuffer, int *const pos) {
180 outBuffer[length++] = codePoint;
175 readStringAndAdvancePosition(const uint8_t *const buffer, const int maxLength, int *const outBuffer, int *const pos) argument

Completed in 44 milliseconds