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

  /external/icu4c/common/
uresimp.h 63 uint32_t fCountExisting; /* how much is this resource used */
uresbund.cpp 90 entry->fCountExisting++;
93 entry->fCountExisting++;
153 --entry->fPool->fCountExisting;
160 --alias->fCountExisting;
196 /* 04/05/2002 [weiv] fCountExisting should now be accurate. If it's not zero, that means that */
199 if (resB->fCountExisting == 0) {
207 * Do it again to catch bundles (aliases, pool bundle) whose fCountExisting
237 (void*)resB, resB->fCountExisting,
434 r->fCountExisting++; /* we increase its reference count */
477 r->fCountExisting--
    [all...]

Completed in 153 milliseconds