HomeSort by relevance Sort by last modified time
    Searched full:lastrow (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/common/
propsvec.c 156 uint32_t *firstRow, *lastRow;
187 lastRow=_findRow(pv, end);
195 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
222 lastRow=newVectors+(lastRow-pv->v);
229 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns));
232 lastRow+(1+splitFirstRow+splitLastRow)*columns,
233 lastRow+columns,
240 /* copy all affected rows up one and move the lastRow pointer *
    [all...]
  /external/icu4c/common/
propsvec.c 156 uint32_t *firstRow, *lastRow;
187 lastRow=_findRow(pv, end);
195 splitLastRow= (UBool)(limit!=(UChar32)lastRow[1] && value!=(lastRow[column]&mask));
222 lastRow=newVectors+(lastRow-pv->v);
229 count = (int32_t)((pv->v+rows*columns)-(lastRow+columns));
232 lastRow+(1+splitFirstRow+splitLastRow)*columns,
233 lastRow+columns,
240 /* copy all affected rows up one and move the lastRow pointer *
    [all...]
  /external/webkit/WebCore/html/
HTMLTableRowsCollection.h 44 static HTMLTableRowElement* lastRow(HTMLTableElement*);
HTMLTableElement.cpp 188 HTMLTableRowElement* lastRow = 0;
191 lastRow = HTMLTableRowsCollection::lastRow(this);
194 row = HTMLTableRowsCollection::rowAfter(this, lastRow);
202 lastRow = row;
207 if (lastRow)
208 parent = row ? row->parent() : lastRow->parent();
229 row = HTMLTableRowsCollection::lastRow(this);
HTMLTableRowsCollection.cpp 117 HTMLTableRowElement* HTMLTableRowsCollection::lastRow(HTMLTableElement* table)
  /external/libpng/contrib/gregbook/
rpng-x.c 691 ulg i, row, lastrow = 0; local
708 for (lastrow = row = 0; row < image_height; ++row) {
772 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
773 (int)lastrow, image_width, 16);
775 lastrow = row + 1;
782 for (lastrow = row = 0; row < image_height; ++row) {
835 XPutImage(display, window, gc, ximage, 0, (int)lastrow, 0,
836 (int)lastrow, image_width, 16);
838 lastrow = row + 1;
849 if (lastrow < image_height)
    [all...]
rpng-win.c 539 ulg i, row, lastrow; local
555 for (lastrow = row = 0; row < image_height; ++row) {
595 rect.top = (LONG)lastrow;
597 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */
600 lastrow = row + 1;
605 if (lastrow < image_height) {
607 rect.top = (LONG)lastrow;
rpng2-x.c 1617 ulg i, row, lastrow = 0; local
    [all...]

Completed in 56 milliseconds