Lines Matching refs:getCount
67 lastColumn = oObj.getCount() - 1 ; in before()
91 int origCnt = oObj.getCount(); in _insertByIndex()
108 result &= oObj.getCount() == origCnt + 1; in _insertByIndex()
124 result &= oObj.getCount() == origCnt + 2; in _insertByIndex()
152 result &= oObj.getCount() == origCnt + 4; in _insertByIndex()
153 log.println("Before: " + origCnt + ", After: " + oObj.getCount()); in _insertByIndex()
169 int cnt = oObj.getCount(); in _insertByIndex()
217 int origCnt = oObj.getCount(); in _removeByIndex()
233 result &= oObj.getCount() == origCnt - 2; in _removeByIndex()
246 result &= oObj.getCount() == origCnt - 3; in _removeByIndex()
270 result &= oObj.getCount() == origCnt - 4; in _removeByIndex()
271 log.println("Before: " + origCnt + ", After: " + oObj.getCount()); in _removeByIndex()
287 int cnt = oObj.getCount(); in _removeByIndex()
357 if (col >= oObj.getCount()) return true; in checkColumn()
382 if (col >= oObj.getCount()) return true; in checkColumnEmpty()