Searched refs:tempColl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp1615 UCollator *tempColl; member in struct:enumStruct
1629 UCollator *tempColl = ((enumStruct *)context)->tempColl; local
1649 if(ucol_strcoll(tempColl, comp, len, decomp, noOfDec) != UCOL_EQUAL) {
1661 UCollationElements *iter = ucol_openElements(tempColl, comp, len, status);
1980 UCollator *tempColl = NULL; local
1988 tempColl = ucol_initCollator(tempData, 0, t->UCA, status);
1996 tempColl->ucaRules = NULL;
1997 tempColl->actualLocale = NULL;
1998 tempColl
[all...]

Completed in 792 milliseconds