Searched refs:bitmapRep (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFCharacterSet.c2502 CFDataRef bitmapRep = CFCharacterSetCreateBitmapRepresentation(kCFAllocatorSystemDefault, theOtherSet); local
2503 const UInt32 *bitmap2 = (bitmapRep && CFDataGetLength(bitmapRep) ? (const UInt32 *)CFDataGetBytePtr(bitmapRep) : NULL);
2512 CFRelease(bitmapRep);
2696 CFDataRef bitmapRep = CFCharacterSetCreateBitmapRepresentation(kCFAllocatorSystemDefault, theOtherSet); local
2697 const UInt32 *bitmap2 = (bitmapRep && CFDataGetLength(bitmapRep) ? (const UInt32 *)CFDataGetBytePtr(bitmapRep) : NULL);
2706 CFRelease(bitmapRep);
[all...]

Completed in 217 milliseconds