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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dbyte_array_utils.h29 class ByteArrayUtils { class in namespace:latinime
42 ByteArrayUtils::writeUint8AndAdvancePosition(buffer, data, pos);
45 ByteArrayUtils::writeUint16AndAdvancePosition(buffer, data, pos);
48 ByteArrayUtils::writeUint24AndAdvancePosition(buffer, data, pos);
51 ByteArrayUtils::writeUint32AndAdvancePosition(buffer, data, pos);
123 return ByteArrayUtils::readUint8(buffer, pos);
125 return ByteArrayUtils::readUint16(buffer, pos);
127 return ByteArrayUtils::readUint24(buffer, pos);
129 return ByteArrayUtils::readUint32(buffer, pos);
246 DISALLOW_IMPLICIT_CONSTRUCTORS(ByteArrayUtils);
[all...]

Completed in 506 milliseconds