Home | History | Annotate | Download | only in common

Lines Matching refs:kRefCounted

138   if((fUnion.fFields.fLengthAndFlags & kRefCounted) && removeRef() == 0) {
1234 } else if(((fUnion.fFields.fLengthAndFlags & kRefCounted) == 0 || refCount() == 1)) {
1235 // kRefCounted: Do not write the NUL if the buffer is shared.
1814 (fUnion.fFields.fLengthAndFlags & kRefCounted && refCount() > 1) ||
1831 U_ASSERT(!(flags&kRefCounted)); /* kRefCounted and kUsingStackBuffer are mutally exclusive */
1866 if(flags & kRefCounted) {