HomeSort by relevance Sort by last modified time
    Searched refs:getHeaderWithOffsetAndLength (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtils.java 51 return getHeaderWithOffsetAndLength(dictFile, 0 /* offset */, dictFile.length());
54 public static DictionaryHeader getHeaderWithOffsetAndLength(final File dictFile,
DictionaryInfoUtils.java 293 BinaryDictionaryUtils.getHeaderWithOffsetAndLength(file, offset, length);

Completed in 93 milliseconds