Home
last modified time | relevance | path

Searched refs:NUMBLOCKS_DEFAULT (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DSuballocatedIntVector.java52 protected static final int NUMBLOCKS_DEFAULT = 32; field in SuballocatedIntVector
55 protected int m_numblocks = NUMBLOCKS_DEFAULT;
115 this(blocksize, NUMBLOCKS_DEFAULT); in SuballocatedIntVector()