Home
last modified time | relevance | path

Searched refs:readHeader (Results 1 – 5 of 5) 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
DBinaryDictDecoderEncoderTests.java301 final DictionaryHeader fileHeader = dictDecoder.readHeader(); in testCharacterTableIsPresent()
496 fileHeader = dictDecoder.readHeader();