Home | History | Annotate | Download | only in i18n

Lines Matching refs:tempData

1987     UCATableHeader *tempData = uprv_uca_assembleTable(tempTable, status);
1988 tempColl = ucol_initCollator(tempData, 0, t->UCA, status);
2002 } else if(tempData != 0) {
2003 uprv_free(tempData);