OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_allocatedSize
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xml/utils/
BoolStack.java
35
private int
m_allocatedSize
;
57
m_allocatedSize
= size;
91
if (m_index ==
m_allocatedSize
- 1)
187
m_allocatedSize
*= 2;
189
boolean newVector[] = new boolean[
m_allocatedSize
];
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java
[
all
...]
Completed in 140 milliseconds