Home | History | Annotate | Download | only in i18n

Lines Matching refs:tempColl

1615     UCollator *tempColl;
1629 UCollator *tempColl = ((enumStruct *)context)->tempColl;
1649 tempColl, comp, len, decomp, noOfDec) != UCOL_EQUAL) {
1661 UCollationElements *iter = ucol_openElements(tempColl, comp, len, status);
1980 UCollator *tempColl = NULL;
1988 tempColl = ucol_initCollator(tempData, 0, t->UCA, status);
1996 tempColl->ucaRules = NULL;
1997 tempColl->actualLocale = NULL;
1998 tempColl->validLocale = NULL;
1999 tempColl->requestedLocale = NULL;
2000 tempColl->hasRealData = TRUE;
2001 tempColl->freeImageOnClose = TRUE;
2007 UCollationElements* colEl = ucol_openElements(tempColl, NULL, 0, status);
2013 context.tempColl = tempColl;
2020 ucol_close(tempColl);
2065 ucol_close(tempColl);