Home
last modified time | relevance | path

Searched refs:freeOnClose (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dcoll.cpp263 result->freeOnClose = TRUE; // do free on close. in createUCollator()
Ducol_imp.h969 UBool freeOnClose; member
Ducol.cpp705 localCollator->freeOnClose = colAllocated; in ucol_safeClone()
757 UTRACE_DATA1(UTRACE_INFO, "coll->freeOnClose: %d", coll->freeOnClose); in ucol_close()
758 if(coll->freeOnClose){ in ucol_close()
916 result->freeOnClose = TRUE; in ucol_initCollator()
918 result->freeOnClose = FALSE; in ucol_initCollator()
928 if(result->freeOnClose == TRUE) { in ucol_initCollator()