Searched refs:CFURLCreateStringByReplacingPercentEscapes (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py256 strval = CFURLCreateStringByReplacingPercentEscapes(None, base, objc.NULL)
259 strval = CFURLCreateStringByReplacingPercentEscapes(None, base, "")
262 strval = CFURLCreateStringByReplacingPercentEscapes(None, base, " ")
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfurl.py254 strval = CFURLCreateStringByReplacingPercentEscapes(None, base, objc.NULL)
257 strval = CFURLCreateStringByReplacingPercentEscapes(None, base, "")
260 strval = CFURLCreateStringByReplacingPercentEscapes(None, base, " ")
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_parse.c1433 unescapedPath = CFURLCreateStringByReplacingPercentEscapes(kCFAllocatorDefault, escapedPath, CFSTR(""));
1434 require_string(unescapedPath != NULL, CFURLCreateStringByReplacingPercentEscapes, "name was not legal UTF8");
1440 CFURLCreateStringByReplacingPercentEscapes:
/macosx-10.9.5/CF-855.17/
H A DCFURL.h182 CFURLCreateStringByReplacingPercentEscapes() to create a new string with
399 CFStringRef CFURLCreateStringByReplacingPercentEscapes(CFAllocatorRef allocator, CFStringRef originalString, CFStringRef charactersToLeaveEscaped);
H A DCFURL.c1075 CFStringRef CFURLCreateStringByReplacingPercentEscapes(CFAllocatorRef alloc, CFStringRef originalString, CFStringRef charactersToLeaveEscaped) { function
1141 // FIXME: This uses about 1/3 of the time spent in CFURLCreateStringByReplacingPercentEscapes
1210 return CFURLCreateStringByReplacingPercentEscapes(alloc, originalString, charactersToLeaveEscaped);
2900 tmp = CFURLCreateStringByReplacingPercentEscapes(alloc, comp, CFSTR(""));
3257 result = CFURLCreateStringByReplacingPercentEscapes(CFGetAllocator(anURL), param, charactersToLeaveEscaped);
3289 tmp = CFURLCreateStringByReplacingPercentEscapes(CFGetAllocator(anURL), query, charactersToLeaveEscaped);
3317 tmp = CFURLCreateStringByReplacingPercentEscapes(CFGetAllocator(anURL), fragment, charactersToLeaveEscaped);
4476 tmp = CFURLCreateStringByReplacingPercentEscapes(CFGetAllocator(url), result, CFSTR(""));
H A DCFURLAccess.c560 CFStringRef contentTypeExpanded = CFURLCreateStringByReplacingPercentEscapes(alloc, contentTypeUnexpanded, CFSTR(""));
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreNSURLExtras.mm307 substring = HardAutorelease(CFURLCreateStringByReplacingPercentEscapes(NULL, (CFStringRef)substring, CFSTR("")));
/macosx-10.9.5/webdavfs-352.92.2/WebDAVPlugin/
H A DWebDAV_Mount.c1169 unescaped_path = CFURLCreateStringByReplacingPercentEscapes(NULL,

Completed in 140 milliseconds