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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
buffer_with_extendable_buffer.cpp 58 return writeUintAndAdvancePosition(data, size, &writingPos);
61 bool BufferWithExtendableBuffer::writeUintAndAdvancePosition(const uint32_t data, const int size,
64 AKLOGI("writeUintAndAdvancePosition() is called with invalid size: %d", size);
77 ByteArrayUtils::writeUintAndAdvancePosition(buffer, data, size, pos);
byte_array_utils.h 36 static AK_FORCE_INLINE void writeUintAndAdvancePosition(uint8_t *const buffer,

Completed in 137 milliseconds