OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCountExisting
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
uresimp.h
52
uint32_t
fCountExisting
; /* how much is this resource used */
uresbund.cpp
94
entry->
fCountExisting
++;
97
entry->
fCountExisting
++;
157
--entry->fPool->
fCountExisting
;
164
--alias->
fCountExisting
;
200
/* 04/05/2002 [weiv]
fCountExisting
should now be accurate. If it's not zero, that means that */
203
if (resB->
fCountExisting
== 0) {
211
* Do it again to catch bundles (aliases, pool bundle) whose
fCountExisting
241
(void*)resB, resB->
fCountExisting
,
427
r->
fCountExisting
++; /* we increase its reference count */
472
r->
fCountExisting
--
[
all
...]
Completed in 34 milliseconds