Home | History | Annotate | Download | only in hwc

Lines Matching refs:row

638 // has limits on the number of objects it can handle on any single row.
1513 for (size_t row = 0; row <= maxHeadingLen; row++) {
1517 if ((maxHeadingLen - row) <= it->length()) {
1518 if (row != maxHeadingLen) {
1519 char ch = (*it)[it->length() - (maxHeadingLen - row)];