Home
last modified time | relevance | path

Searched refs:readHeader (Results 1 – 7 of 7) 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();
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.h115 const char* readHeader(const char* buffer, const char* buffer_end, unsigned* qdcount,
Ddns_responder.cpp331 const char* cur = readHeader(buffer, buffer_end, &qdcount, &ancount, &nscount, &arcount); in read()
433 const char* DNSHeader::readHeader(const char* buffer, const char* buffer_end, unsigned* qdcount, in readHeader() function in test::DNSHeader