Lines Matching refs:origCnt
91 int origCnt = oObj.getCount(); in _insertByIndex() local
108 result &= oObj.getCount() == origCnt + 1; in _insertByIndex()
124 result &= oObj.getCount() == origCnt + 2; in _insertByIndex()
150 if (origCnt < 200) { in _insertByIndex()
152 result &= oObj.getCount() == origCnt + 4; in _insertByIndex()
153 log.println("Before: " + origCnt + ", After: " + oObj.getCount()); in _insertByIndex()
155 log.println("Number of columns is " + origCnt + ",") ; in _insertByIndex()
217 int origCnt = oObj.getCount(); in _removeByIndex() local
233 result &= oObj.getCount() == origCnt - 2; in _removeByIndex()
246 result &= oObj.getCount() == origCnt - 3; in _removeByIndex()
268 if (origCnt < 200) { in _removeByIndex()
270 result &= oObj.getCount() == origCnt - 4; in _removeByIndex()
271 log.println("Before: " + origCnt + ", After: " + oObj.getCount()); in _removeByIndex()
273 log.println("Number of columns is " + origCnt + ",") ; in _removeByIndex()