Searched refs:ocurValue (Results 1 – 1 of 1) sorted by relevance
680 PropertyValue[] ocurValue = ocomplist[n]; in getDuplicateFieldIndex() local681 for (int m = n; m < ocurValue.length; m++) in getDuplicateFieldIndex()683 PropertyValue odetValue = ocurValue[m]; in getDuplicateFieldIndex()684 for (int s = 0; s < ocurValue.length; s++) in getDuplicateFieldIndex()688 if (isEqual(odetValue, ocurValue[s])) in getDuplicateFieldIndex()
Completed in 11 milliseconds