Searched refs:startIndex2 (Results 1 – 2 of 2) sorted by relevance
48 int startIndex1, startIndex2, endIndex1, endIndex2; in hasDuplicatedItems() local58 startIndex2 = 0; in hasDuplicatedItems()61 startIndex2 = pageSize2 * page2; in hasDuplicatedItems()62 endIndex2 = startIndex2 + pageSize2 - 1; in hasDuplicatedItems()65 if (startIndex1 <= startIndex2 && startIndex2 <= endIndex1) { in hasDuplicatedItems()
56 int startIndex1, startIndex2, endIndex1, endIndex2; in hasDuplicatedItems() local66 startIndex2 = 0; in hasDuplicatedItems()69 startIndex2 = pageSize2 * page2; in hasDuplicatedItems()70 endIndex2 = startIndex2 + pageSize2 - 1; in hasDuplicatedItems()74 return !(endIndex1 < startIndex2 || endIndex2 < startIndex1); in hasDuplicatedItems()