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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp1569 unpacker::attr_definitions::parseIntLayout(const char* lp, band* &res, function in class:unpacker::attr_definitions
1654 enum { can_be_signed = true }; // optional arg to parseIntLayout
1662 lp = parseIntLayout(lp, b, EK_INT);
1672 lp = parseIntLayout(lp, b, EK_INT);
1681 lp = parseIntLayout(lp, b, EK_INT, can_be_signed);
1686 lp = parseIntLayout(lp, b, EK_REPL);
1693 lp = parseIntLayout(lp, b, EK_UN, can_be_signed);
1820 lp = parseIntLayout(lp, b, EK_REF);

Completed in 43 milliseconds