Searched refs:cfstr (Results 1 – 2 of 2) sorted by relevance
97 BString::BString(CFStringRef cfstr) in BString() argument100 if (!cfstr) in BString()103 const UniChar* uniChars = CFStringGetCharactersPtr(cfstr); in BString()105 m_bstr = SysAllocStringLen((LPCTSTR)uniChars, CFStringGetLength(cfstr)); in BString()109 CFIndex length = CFStringGetLength(cfstr); in BString()111 CFStringGetCharacters(cfstr, CFRangeMake(0, length), (UniChar*)m_bstr); in BString()
1062 CFStringRef cfstr = gSupportedTypes->at(index); in getSupportedType() local1063 len = CFStringGetLength(cfstr); in getSupportedType()1065 CFStringGetCharacters(cfstr, range, staticBuffer); in getSupportedType()