HomeSort by relevance Sort by last modified time
    Searched full:shareddatacached (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
ucnv_bld.h 102 UBool sharedDataCached; /* TRUE: shared data is in cache, don't destroy on ucnv_close() if 0 ref. FALSE: shared data isn't in the cache, do attempt to clean it up if the ref is 0 */
103 /*UBool staticDataOwned; TRUE if static data owned by shared data & should be freed with it, NEVER true for udata() loaded statics. This ignored variable was removed to make space for sharedDataCached. */
ucnv_bld.c 291 data->sharedDataCached = FALSE;
436 data->sharedDataCached = TRUE;
582 if((sharedData->referenceCounter <= 0)&&(sharedData->sharedDataCached == FALSE)) {
    [all...]

Completed in 52 milliseconds