Searched refs:aInStrRef (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileOSX.h | 102 static nsresult CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr);
|
H A D | nsLocalFileOSX.cpp | 2277 nsresult nsLocalFile::CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr) argument 2280 CFIndex usedBufLen, inStrLen = ::CFStringGetLength(aInStrRef); 2281 CFIndex charsConverted = ::CFStringGetBytes(aInStrRef, CFRangeMake(0, inStrLen), 2290 ::CFStringGetBytes(aInStrRef, CFRangeMake(0, inStrLen), 2296 ::CFStringGetBytes(aInStrRef, CFRangeMake(0, inStrLen),
|
Completed in 142 milliseconds