Searched refs:origCnt (Results 1 – 2 of 2) sorted by relevance
91 int origCnt = oObj.getCount(); in _insertByIndex() local108 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()155 log.println("Number of columns is " + origCnt + ",") ; in _insertByIndex()217 int origCnt = oObj.getCount(); in _removeByIndex() local233 result &= oObj.getCount() == origCnt - 2; in _removeByIndex()246 result &= oObj.getCount() == origCnt - 3; in _removeByIndex()268 if (origCnt < 200) { in _removeByIndex()[all …]
70 int origCnt = oObj.getCount(); in _insertByIndex() local
Completed in 9 milliseconds