Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dformat_utils_test.cpp33 const size_t headerSize) { in getBuffer() argument
46 buffer.push_back(headerSize >> 24); in getBuffer()
47 buffer.push_back(headerSize >> 16); in getBuffer()
48 buffer.push_back(headerSize >> 8); in getBuffer()
49 buffer.push_back(headerSize); in getBuffer()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderUtils.java318 final int headerSize, final int pos) { in getWordAtPosition() argument
322 result = getWordAtPositionWithoutParentAddress(dictDecoder, headerSize, pos); in getWordAtPosition()
328 final DictDecoder dictDecoder, final int headerSize, final int pos) { in getWordAtPositionWithoutParentAddress() argument
329 dictDecoder.setPosition(headerSize); in getWordAtPositionWithoutParentAddress()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DDictionaryHeader.java60 public DictionaryHeader(final int headerSize, in DictionaryHeader() argument
65 mBodyOffset = formatOptions.mVersion < FormatSpec.VERSION4 ? headerSize : 0; in DictionaryHeader()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
Dheader_read_write_utils.cpp71 const int headerSize = getHeaderSize(dictBuf); in fetchAllHeaderAttributes() local
79 while (pos < headerSize) { in fetchAllHeaderAttributes()
/packages/apps/TV/libs/
Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...