Lines Matching refs:targetCount
1712 * @param targetCount count of the target string.
1716 char[] target, int targetOffset, int targetCount,
1719 return (targetCount == 0 ? sourceCount : -1);
1724 if (targetCount == 0) {
1729 int max = sourceOffset + (sourceCount - targetCount);
1740 int end = j + targetCount - 1;
1803 * @param targetCount count of the target string.
1807 char[] target, int targetOffset, int targetCount,
1813 int rightIndex = sourceCount - targetCount;
1821 if (targetCount == 0) {
1825 int strLastIndex = targetOffset + targetCount - 1;
1827 int min = sourceOffset + targetCount - 1;
1839 int start = j - (targetCount - 1);