Home
last modified time | relevance | path

Searched refs:softRefCount (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dsharedobject.h65 softRefCount(0), in SharedObject()
73 softRefCount(0), in SharedObject()
128 int32_t getSoftRefCount() const { return softRefCount; } in getSoftRefCount()
153 UBool noSoftReferences() const { return (softRefCount == 0); } in noSoftReferences()
223 mutable int32_t softRefCount; variable
Dsharedobject.cpp56 ++softRefCount; in addSoftRef()
61 --softRefCount; in removeSoftRef()