Searched refs:__CFStrHasContentsAllocator (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFString.c364 CF_INLINE Boolean __CFStrHasContentsAllocator(CFStringRef str) {return (str->base._cfinfo[CF_INFO_BITS] & __kCFHasContentsAllocatorMask) == __kCFHasContentsAllocator;} function
385 CFAllocatorRef alloc = (__CFStrHasContentsAllocator(str)) ? __CFStrContentsAllocator(str) : __CFGetAllocator(str);
392 CFAllocatorRef alloc = (__CFStrHasContentsAllocator(str)) ? __CFStrContentsAllocator(str) : __CFGetAllocator(str);
393 if (__CFStrIsMutable(str) && __CFStrHasContentsAllocator(str) && (0)) {
651 if (__CFStrHasContentsAllocator(str)) { /* Also apply any preferred size from the allocator */
968 if (isMutable && __CFStrHasContentsAllocator(str)) {
1880 if (__CFStrHasContentsAllocator(str)) {
1893 if (__CFStrHasContentsAllocator(string)) {
2071 CFAllocatorRef alloc = (__CFStrHasContentsAllocator(str)) ? __CFStrContentsAllocator(str) : __CFGetAllocator(str);
6341 } else if (__CFStrIsMutable(str) && __CFStrHasContentsAllocator(st
[all...]

Completed in 247 milliseconds