Searched refs:startIndex2 (Results 1 – 1 of 1) sorted by relevance
54 int startIndex1, startIndex2, endIndex1, endIndex2; in hasDuplicatedItems() local64 startIndex2 = 0; in hasDuplicatedItems()67 startIndex2 = pageSize2 * page2; in hasDuplicatedItems()68 endIndex2 = startIndex2 + pageSize2 - 1; in hasDuplicatedItems()71 if (startIndex1 <= startIndex2 && startIndex2 <= endIndex1) { in hasDuplicatedItems()