Searched refs:currentRow (Results 1 – 7 of 7) sorted by relevance
132 var currentRow = j * rowSize;133 ++currentRow;135 x[currentRow] = x0[currentRow];136 ++currentRow;145 var currentRow = j * rowSize;147 var lastX = x[currentRow];148 ++currentRow;150 …lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * i…167 var currentRow = j * rowSize;168 ++currentRow;[all …]
103 return (byte[]) this.currentRow.get(getColumnNames()[columnIndex]); in getBlob()109 Object value = this.currentRow.get(getColumnNames()[columnIndex]); in getString()124 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getShort()132 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getInt()140 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getLong()148 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getFloat()157 Object o =this.currentRow.get(getColumnNames()[columnIndex]); in getDouble()178 currentRow = null; in close()191 Object o = this.currentRow.get(getColumnNames()[columnIndex]); in isNull()
21 protected Map<String, Object> currentRow; field in ShadowAbstractCursor74 currentRow = null; in setPosition()76 currentRow = rows.get(currentRowNumber); in setPosition()
85 self.currentRow = 094 row = self.currentRow100 self.currentRow = self.currentRow + 1101 if self.currentRow >= self.rows:102 self.currentRow = 0105 if self.currentRow >= self.rows:111 self.currentRow = self.currentRow + 1
608 if (networkList->currentRow() >= 0) in updateNetworks()609 was_selected = networkList->currentRow(); in updateNetworks()1065 if (networkList->currentRow() < 0) { in editListedNetwork()1130 if (networkList->currentRow() < 0) { in removeListedNetwork()1190 if (networkList->currentRow() < 0) in updateNetworkDisabledStatus()1210 if (networkList->currentRow() < 0 || !enabled) in enableListedNetwork()1222 if (networkList->currentRow() < 0 || !disabled) in disableListedNetwork()
403 currentRow(0), in FullCaseFoldingIterator()411 const UChar *p=unfold+(currentRow*unfoldRowWidth); in next()413 ++currentRow; in next()417 if(currentRow>=unfoldRows) { return U_SENTINEL; } in next()
148 int32_t currentRow; variable