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

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DGapContent.java115 int len = getArrayLength() - (getGapEnd() - getGapStart());
192 int g0 = getGapStart();
237 int g0 = getGapStart();
284 int g0 = getGapStart();
377 int oldGapStart = getGapStart();
418 if (marks != null && getGapStart() == 0) {
445 int g0 = getGapStart();
612 int len = getArrayLength() - (getGapEnd() - getGapStart());
635 int g0 = getGapStart();
655 int g0 = getGapStart();
[all...]
H A DGapVector.java89 protected final int getGapStart() { method in class:GapVector

Completed in 91 milliseconds