Searched refs:readHeader (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DVer4DictDecoder.java47 public DictionaryHeader readHeader() throws IOException, UnsupportedFormatException { method in class:Ver4DictDecoder
69 final DictionaryHeader header = readHeader();
H A DAbstractDictDecoder.java61 readHeader();
H A DDictDecoder.java42 public DictionaryHeader readHeader() throws IOException, UnsupportedFormatException; method in interface:DictDecoder
H A DBinaryDictIOUtils.java163 final DictionaryHeader header = dictDecoder.readHeader();
183 dictDecoder.readHeader();
H A DVer2DictDecoder.java169 public DictionaryHeader readHeader() throws IOException, UnsupportedFormatException { method in class:Ver2DictDecoder
263 final DictionaryHeader header = readHeader();
H A DBinaryDictDecoderEncoderTests.java492 fileHeader = dictDecoder.readHeader();

Completed in 66 milliseconds