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

  /external/icu/icu4c/source/common/
uresimp.h 54 uint32_t fCountExisting; /* how much is this resource used */
uresbund.cpp 96 entry->fCountExisting++;
99 entry->fCountExisting++;
159 --entry->fPool->fCountExisting;
166 --alias->fCountExisting;
202 /* 04/05/2002 [weiv] fCountExisting should now be accurate. If it's not zero, that means that */
205 if (resB->fCountExisting == 0) {
213 * Do it again to catch bundles (aliases, pool bundle) whose fCountExisting
243 (void*)resB, resB->fCountExisting,
429 r->fCountExisting++; /* we increase its reference count */
474 r->fCountExisting--
    [all...]

Completed in 322 milliseconds