Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DBinaryDictionaryUtils.java51 return getHeaderWithOffsetAndLength(dictFile, 0 /* offset */, dictFile.length()); in getHeader()
54 public static DictionaryHeader getHeaderWithOffsetAndLength(final File dictFile, in getHeaderWithOffsetAndLength() method in BinaryDictionaryUtils
DDictionaryInfoUtils.java410 BinaryDictionaryUtils.getHeaderWithOffsetAndLength(file, offset, length);