Searched defs:writeCodePointsAndAdvancePosition (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dbuffer_with_extendable_buffer.cpp84 bool BufferWithExtendableBuffer::writeCodePointsAndAdvancePosition(const int *const codePoints, function in class:latinime::BufferWithExtendableBuffer
97 ByteArrayUtils::writeCodePointsAndAdvancePosition(buffer, codePoints, codePointCount,
H A Dbyte_array_utils.h201 static void writeCodePointsAndAdvancePosition(uint8_t *const buffer, function in class:latinime::ByteArrayUtils
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
H A Ddynamic_pt_writing_utils.cpp89 /* static */ bool DynamicPtWritingUtils::writeCodePointsAndAdvancePosition( function in class:latinime::DynamicPtWritingUtils
99 return buffer->writeCodePointsAndAdvancePosition(codePoints, codePointCount,

Completed in 723 milliseconds