Home | History | Annotate | Download | only in common

Lines Matching refs:Row

630  * row of a temporary array
636 typedef struct Row {
638 } Row;
643 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
644 keyChars+((const Row *)right)->keyIndex);
649 Row *rows;
842 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
956 Row rows[STACK_ROW_CAPACITY];
1096 tempTable.rows=(Row *)uprv_malloc(maxTableLength*sizeof(Row)+maxTableLength*4);