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

  /external/icu4c/common/
rbbidata.cpp 122 fRefCount = 1;
137 U_ASSERT(fRefCount == 0);
184 if (umtx_atomic_dec(&fRefCount) == 0) {
191 umtx_atomic_inc(&fRefCount);
rbbidata.h 183 int32_t fRefCount;
  /external/icu4c/i18n/
uspoof_impl.h 307 int32_t fRefCount;
uspoof_impl.cpp 532 fRefCount = 1;
563 fRefCount = 1;
642 if (umtx_atomic_dec(&fRefCount) == 0) {
649 umtx_atomic_inc(&fRefCount);

Completed in 34 milliseconds