OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sharedDataCached
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
ucnv_bld.h
103
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 */
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
. */
ucnv_bld.cpp
296
data->
sharedDataCached
= FALSE;
441
data->
sharedDataCached
= TRUE;
587
if((sharedData->referenceCounter <= 0)&&(sharedData->
sharedDataCached
== FALSE)) {
[
all
...]
Completed in 25 milliseconds