Searched refs:fRefCount (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/
H A Drbbidata.cpp122 fRefCount = 1;
137 U_ASSERT(fRefCount == 0);
184 if (umtx_atomic_dec(&fRefCount) == 0) {
191 umtx_atomic_inc(&fRefCount);
H A Drbbidata.h183 int32_t fRefCount; member in class:RBBIDataWrapper
/external/icu4c/i18n/
H A Duspoof_impl.h314 int32_t fRefCount; member in class:SpoofData
H A Duspoof_impl.cpp523 fRefCount = 1;
554 fRefCount = 1;
633 if (umtx_atomic_dec(&fRefCount) == 0) {
640 umtx_atomic_inc(&fRefCount);
H A Dzstrfmt.cpp1960 fNext(next), fRefCount(1)
1976 --fRefCount;
2008 entry->fRefCount++;
2044 entry->fRefCount++;
2077 if (idx >= fCapacity && entry->fRefCount == 0) {
H A Dzstrfmt.h494 int32_t fRefCount; member in class:ZSFCacheEntry

Completed in 112 milliseconds