Home | History | Annotate | Download | only in common

Lines Matching refs:Row

967  * row of a temporary array
973 typedef struct Row {
975 } Row;
980 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
981 keyChars+((const Row *)right)->keyIndex);
986 Row *rows;
1179 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
1293 Row rows[STACK_ROW_CAPACITY];
1434 tempTable.rows=(Row *)uprv_malloc(maxTableLength*sizeof(Row)+maxTableLength*4);