Home | History | Annotate | Download | only in win

Lines Matching defs:string

44     return KURL(KURL(), String(urlStr, SysStringLen(urlStr)));
49 return SysAllocStringLen(url.string().characters(), url.string().length());
52 CFURLRef MarshallingHelpers::PathStringToFileCFURLRef(const String& string)
54 CFStringRef cfPath = CFStringCreateWithCharactersNoCopy(0, (const UniChar*)string.characters(), string.length(), kCFAllocatorNull);
60 String MarshallingHelpers::FileCFURLRefToPathString(CFURLRef fileURL)
62 CFStringRef string = CFURLCopyFileSystemPath(fileURL, kCFURLWindowsPathStyle);
63 String result(string);
64 CFRelease(string);
154 // utility method to store a 1-dim string vector into a newly created SAFEARRAY
164 SysFreeString(bstr); // SafeArrayPutElement() should make a copy of the string