Home | History | Annotate | Download | only in text

Lines Matching refs:srclen

52         int srclen = end - start;
54 if (srclen < 0) throw new StringIndexOutOfBoundsException();
56 int len = ArrayUtils.idealCharArraySize(srclen + 1);
58 mGapStart = srclen;
59 mGapLength = len - srclen;