Home
last modified time | relevance | path

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

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