Home
last modified time | relevance | path

Searched refs:readHeader (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DVer4DictDecoder.java42 public DictionaryHeader readHeader() throws IOException, UnsupportedFormatException { in readHeader() method in Ver4DictDecoder
64 final DictionaryHeader header = readHeader(); in readDictionaryBinary()
DBinaryDictIOUtils.java153 final DictionaryHeader header = dictDecoder.readHeader(); in readUnigramsAndBigramsBinary()
173 dictDecoder.readHeader(); in getTerminalPosition()
DAbstractDictDecoder.java61 readHeader(); in checkHeader()
DDictDecoder.java42 public DictionaryHeader readHeader() throws IOException, UnsupportedFormatException; in readHeader() method