Searched defs:Header (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
H A Dcommand_utils.h33 Header, member in class:latinime::dicttoolkit::CommandType
/packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
H A Dcommand_utils_test.cpp31 EXPECT_EQ(CommandUtils::getCommandType("header"), CommandType::Header); member in class:latinime::dicttoolkit::__anon63::CommandType
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DHeader.java26 public class Header extends Dicttool.Command { class in inherits:Dicttool.Command
29 public Header() { method in class:Header
65 System.out.println("Header attributes :");
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
H A DHeader.java44 * @version $Id: Header.java,v 1.3 2004/10/04 15:36:44 ntherning Exp $
46 public class Header { class
51 * Creates a new empty <code>Header</code>.
53 public Header() { method in class:Header
57 * Creates a new <code>Header</code> from the specified stream.
61 public Header(InputStream is) throws IOException { method in class:Header
128 * Return Header Object as String representation. Each headerline is
145 * Write the Header to the given OutputStream

Completed in 186 milliseconds