Home
last modified time | relevance | path

Searched refs:CFMutableStringRefObj_New (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dpymactoolbox.h215 extern PyObject *CFMutableStringRefObj_New(CFMutableStringRef);
/external/python/cpython2/Python/
Dmactoolboxglue.c458 GLUE_NEW(CFMutableStringRef, CFMutableStringRefObj_New, "Carbon.CF")
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c40 #define CFMutableStringRefObj_New _CFMutableStringRefObj_New macro
2548 PyObject *CFMutableStringRefObj_New(CFMutableStringRef itself) in CFMutableStringRefObj_New() function
4332 CFMutableStringRefObj_New, _rv); in CF_CFStringCreateMutable()
4353 CFMutableStringRefObj_New, _rv); in CF_CFStringCreateMutableCopy()
4882 PyMac_INIT_TOOLBOX_OBJECT_NEW(CFMutableStringRef, CFMutableStringRefObj_New); in init_CF()