Home | History | Annotate | Download | only in common

Lines Matching defs:firstRow

157     uint32_t *firstRow, *lastRow;
187 firstRow=_findRow(pv, start);
195 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
222 firstRow=newVectors+(firstRow-pv->v);
239 /* split the first row, and move the firstRow pointer to the second part */
242 count = (int32_t)((lastRow-firstRow)+columns);
243 uprv_memmove(firstRow+columns, firstRow, count*4);
246 /* split the range and move the firstRow pointer */
247 firstRow[1]=firstRow[columns]=(uint32_t)start;
248 firstRow+=columns;
256 /* split the range and move the firstRow pointer */
265 firstRow+=column;
269 *firstRow=(*firstRow&mask)|value;
270 if(firstRow==lastRow) {
273 firstRow+=columns;