Searched refs:getHardRefCount (Results 1 – 2 of 2) sorted by relevance
136 int32_t getHardRefCount() const;142 inline UBool noHardReferences() const { return getHardRefCount() == 0; } in noHardReferences()148 inline UBool hasHardReferences() const { return getHardRefCount() != 0; } in hasHardReferences()
76 SharedObject::getHardRefCount() const { in getHardRefCount() function in SharedObject