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

/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java524 return !hasNulls(NEED_SLOP);
865 if (hasNulls(1 + NEED_SLOP)) {
1878 if (!hasNulls(NEED_SLOP + attrs.size * 2)) {
2546 if (cap == 0 || hasNulls(cap + NEED_SLOP)) {
2585 boolean hasNulls(int len) { method in class:XMLKit.Element
2599 assert (hasNulls(len + NEED_SLOP));
2615 assert (!hasNulls(NEED_SLOP + len)); // caller responsibility
2632 //assert(hasNulls(len)); <- not yet true, since size != nsize
2641 if (hasNulls(len + NEED_SLOP)) {
2668 assert (hasNulls(le
[all...]

Completed in 82 milliseconds