Home
last modified time | relevance | path

Searched refs:writeUint8AndAdvancePosition (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbyte_array_utils.h42 ByteArrayUtils::writeUint8AndAdvancePosition(buffer, data, pos); in writeUintAndAdvancePosition()
225 writeUint8AndAdvancePosition(buffer, codePoint, pos); in writeCodePointsAndAdvancePosition()
229 writeUint8AndAdvancePosition(buffer, CHARACTER_ARRAY_TERMINATOR, pos); in writeCodePointsAndAdvancePosition()
284 static AK_FORCE_INLINE void writeUint8AndAdvancePosition(uint8_t *const buffer, in writeUint8AndAdvancePosition() function