Searched refs:TempRow (Results 1 – 1 of 1) sorted by relevance
1110 typedef struct TempRow { struct1112 } TempRow; typedef1116 TempRow *rows;1133 …return (int32_t)uprv_strcmp(tempTable->stripForCompare(strippedLeft, chars+2*((const TempRow *)lef… in io_compareRows()1134 … tempTable->stripForCompare(strippedRight, chars+2*((const TempRow *)right)->strIndex)); in io_compareRows()1150 TempRow rows[STACK_ROW_CAPACITY]; in ucnv_swapAliases()1253 tempTable.rows=(TempRow *)uprv_malloc(count*sizeof(TempRow)+count*2); in ucnv_swapAliases()1289 uprv_sortArray(tempTable.rows, (int32_t)count, sizeof(TempRow), in ucnv_swapAliases()