Lines Matching refs:row
34 * Logically, each row has a certain number of uint32_t values,
38 * In each internal row,
39 * row[0] contains the start code point and
40 * row[1] contains the limit code point,
43 * Initially, there is only one "normal" row for
47 * It would be possible to store only one range boundary per row,
71 * @param columns Number of value integers (uint32_t) per row.
113 * - for each (non-unique) row, call the handler function
115 * The handler's rowIndex is the index of the row in the compacted
123 * and the row is arbitrary (but not NULL).
124 * Then, in the second phase, the handler is called for each row of real values.
129 int32_t rowIndex, uint32_t *row, int32_t columns,
171 int32_t rowIndex, uint32_t *row, int32_t columns,