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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGapVector.java75 protected abstract int getArrayLength(); method in class:GapVector
201 shiftEnd(getArrayLength() - gapSize + nItems);
215 System.arraycopy(array, 0, narray, 0, Math.min(nsize, getArrayLength()));
224 int oldSize = getArrayLength();
H A DGapContent.java100 protected int getArrayLength() { method in class:GapContent
114 int len = getArrayLength() - (getGapEnd() - getGapStart());
602 protected int getArrayLength() { method in class:GapContent.MarkVector
611 int len = getArrayLength() - (getGapEnd() - getGapStart());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50TypeIterator.java157 public int getArrayLength() throws DebugVC50WrongNumericTypeException; method in interface:DebugVC50TypeIterator
H A DCOFFFileParser.java2364 public int getArrayLength() throws DebugVC50WrongNumericTypeException { method in class:COFFFileParser.COFFFileImpl.COFFHeaderImpl.DebugVC50Impl.DebugVC50TypeIteratorImpl
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/generator/
H A DWrapperGenerator.java407 public int getArrayLength() { method in class:WrapperGenerator.AtomicType
698 for (int i = 0; i < tp.getArrayLength(); i++) {
770 acc_size_32 += elemSize_32 * tp.getArrayLength();
771 acc_size_64 += elemSize_64 * tp.getArrayLength();

Completed in 50 milliseconds