Searched refs:CFMutableStringRef (Results 1 – 4 of 4) sorted by relevance
6 typedef struct __CFString * CFMutableStringRef; typedef20 CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength);35 …ted-error {{indexing expression is invalid because subscript type 'CFMutableStringRef' (aka 'struc…36 …// expected-error {{implicit conversion of C pointer type 'CFMutableStringRef' (aka 'struct __CFSt…37 …d-note {{use CFBridgingRelease call to transfer ownership of a +1 'CFMutableStringRef' (aka 'struc…
27 typedef struct __CFString * CFMutableStringRef; typedef124 extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, U…126 extern void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString);
132 CFMutableStringRef mutStr;
265 typedef struct __CFString * CFMutableStringRef; typedef