Home
last modified time | relevance | path

Searched defs:readHeader (Results 1 – 3 of 3) 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
DDictDecoder.java42 public DictionaryHeader readHeader() throws IOException, UnsupportedFormatException; in readHeader() method
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp463 const char* DNSHeader::readHeader(const char* buffer, const char* buffer_end, unsigned* qdcount, in readHeader() function in test::DNSHeader