OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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