Lines Matching refs:getEndIndex
196 //char[] dst = new char[pos.getEndIndex() - pos.getBeginIndex()];198 buf.extractBetween(pos.getBeginIndex(), pos.getEndIndex(), dst);203 pos.getEndIndex());724 logln(UnicodeString("endIndex = ") + fp.getEndIndex());725 if (fp.getBeginIndex() == fp.getEndIndex())