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

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_bld.h103 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 */ member in struct:UConverterSharedData
104 /*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. */
H A Ducnv_bld.cpp310 data->sharedDataCached = FALSE;
455 data->sharedDataCached = TRUE;
601 if((sharedData->referenceCounter <= 0)&&(sharedData->sharedDataCached == FALSE)) {
1110 mySharedData->sharedDataCached = FALSE;
/external/icu/icu4c/source/common/
H A Ducnv_bld.h103 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 */ member in struct:UConverterSharedData
104 /*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. */
H A Ducnv_bld.cpp301 data->sharedDataCached = FALSE;
446 data->sharedDataCached = TRUE;
592 if((sharedData->referenceCounter <= 0)&&(sharedData->sharedDataCached == FALSE)) {
1101 mySharedData->sharedDataCached = FALSE;

Completed in 250 milliseconds