Lines Matching full:refcount
130 UnicodeString::refCount() const {
352 // to be safely aligned for the refCount
357 // set initial refCount and point behind the refCount
501 // src uses a refCounted string buffer, use that buffer with refCount
1205 } else if(((fUnion.fFields.fLengthAndFlags & kRefCounted) == 0 || refCount() == 1)) {
1737 * the buffer is refCounted (shared), and refCount>1, or
1743 (fUnion.fFields.fLengthAndFlags & kRefCounted && refCount() > 1) ||