Home | History | Annotate | Download | only in common

Lines Matching refs:Row

649  * row of a temporary array
655 typedef struct Row {
657 } Row;
662 return (int32_t)uprv_strcmp(keyChars+((const Row *)left)->keyIndex,
663 keyChars+((const Row *)right)->keyIndex);
668 Row *rows;
861 uprv_sortArray(pTempTable->rows, count, sizeof(Row),
975 Row rows[STACK_ROW_CAPACITY];
1115 tempTable.rows=(Row *)uprv_malloc(maxTableLength*sizeof(Row)+maxTableLength*4);