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

  /external/chromium_org/third_party/icu/source/common/
uresimp.h 61 uint32_t fCountExisting; /* how much is this resource used */
uresbund.c 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,
437 r->fCountExisting++; /* we increase its reference count */
480 r->fCountExisting--
    [all...]
  /external/icu4c/common/
uresimp.h 63 uint32_t fCountExisting; /* how much is this resource used */
uresbund.cpp 91 entry->fCountExisting++;
94 entry->fCountExisting++;
154 --entry->fPool->fCountExisting;
161 --alias->fCountExisting;
197 /* 04/05/2002 [weiv] fCountExisting should now be accurate. If it's not zero, that means that */
200 if (resB->fCountExisting == 0) {
208 * Do it again to catch bundles (aliases, pool bundle) whose fCountExisting
238 (void*)resB, resB->fCountExisting,
435 r->fCountExisting++; /* we increase its reference count */
478 r->fCountExisting--
    [all...]

Completed in 74 milliseconds