Home | History | Annotate | Download | only in unicode

Lines Matching full:refcount

3287   // sets refCount to 1 if appropriate
3346 * the buffer is refCounted (shared), and refCount>1, or
3367 int32_t refCount(void) const;
3383 kRefCounted=4, // there is a refCount field before the characters in fArray
3511 (!(fFlags&kRefCounted) || refCount()==1));
4208 if(len < getCapacity() && ((fFlags&kRefCounted) == 0 || refCount() == 1)) {
4219 * A shared, allocated buffer (refCount()>1) must not have its contents