Home | History | Annotate | Download | only in common

Lines Matching refs:firstRow

156     uint32_t *firstRow, *lastRow;
186 firstRow=_findRow(pv, start);
194 splitFirstRow= (UBool)(start!=(UChar32)firstRow[0] && value!=(firstRow[column]&mask));
221 firstRow=newVectors+(firstRow-pv->v);
238 /* split the first row, and move the firstRow pointer to the second part */
241 count = (int32_t)((lastRow-firstRow)+columns);
242 uprv_memmove(firstRow+columns, firstRow, count*4);
245 /* split the range and move the firstRow pointer */
246 firstRow[1]=firstRow[columns]=(uint32_t)start;
247 firstRow+=columns;
255 /* split the range and move the firstRow pointer */
264 firstRow+=column;
268 *firstRow=(*firstRow&mask)|value;
269 if(firstRow==lastRow) {
272 firstRow+=columns;