Home | History | Annotate | Download | only in io

Lines Matching defs:ensureCapacity

162                 nspStack = ensureCapacity(nspStack, j + 2);
255 private final String[] ensureCapacity(String[] arr, int required) {
687 attributes = ensureCapacity(attributes, i + 4);
730 elementStack = ensureCapacity(elementStack, sp + 4);