Searched refs:endIndex (Results 1 – 5 of 5) sorted by relevance
213 int endIndex = text.indexOf('>'); in spanify() local214 if (endIndex < 0) throw new IllegalArgumentException("Unbalanced span markers"); in spanify()216 text = text.substring(0, startIndex) + text.substring(startIndex + 1, endIndex) + in spanify()217 text.substring(endIndex + 1); in spanify()220 spanEnds[spanCount] = endIndex - 2; in spanify()
123 public static int findMaxIndex(double[] data, int startIndex, int endIndex) { in findMaxIndex() argument125 for (int i = startIndex + 1; i <= endIndex; i++) { in findMaxIndex()
1552 protected static byte[] subarray(byte[] array, int beginIndex, int endIndex) { in subarray() argument1553 byte[] result = new byte[endIndex - beginIndex]; in subarray()
28055 private final int endIndex140881 public int endIndex
39414 private int endIndex