OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFMutableStringRef
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h
200
extern PyObject *CFMutableStringRefObj_New(
CFMutableStringRef
);
201
extern int CFMutableStringRefObj_Convert(PyObject *,
CFMutableStringRef
*);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h
200
extern PyObject *CFMutableStringRefObj_New(
CFMutableStringRef
);
201
extern int CFMutableStringRefObj_Convert(PyObject *,
CFMutableStringRef
*);
/external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h
27
typedef struct __CFString *
CFMutableStringRef
;
124
extern
CFMutableStringRef
CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
126
extern void CFStringAppend(
CFMutableStringRef
theString, CFStringRef appendedString);
Completed in 59 milliseconds