HomeSort by relevance Sort by last modified time
    Searched refs:freeOnClose (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
coll.cpp 263 result->freeOnClose = TRUE; // do free on close.
ucol_imp.h     [all...]
ucol.cpp 705 localCollator->freeOnClose = colAllocated;
757 UTRACE_DATA1(UTRACE_INFO, "coll->freeOnClose: %d", coll->freeOnClose);
758 if(coll->freeOnClose){
759 /* for safeClone, if freeOnClose is FALSE,
916 result->freeOnClose = TRUE;
918 result->freeOnClose = FALSE;
928 if(result->freeOnClose == TRUE) {
    [all...]

Completed in 65 milliseconds