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

/macosx-10.9.5/CF-855.17/
H A DCFString.c3377 static CFRange _CFStringInlineBufferGetComposedRange(CFStringInlineBuffer *buffer, CFIndex start, CFStringCharacterClusterType type, const uint8_t *bmpBitmap, CFIndex csetType) { argument
3392 bitmap = CFUniCharGetBitmapPtrForPlane(csetType, (character >> 16));
3402 bitmap = CFUniCharGetBitmapPtrForPlane(csetType, (character >> 16));
3507 bitmap = CFUniCharGetBitmapPtrForPlane(csetType, (character >> 16));
3530 CFIndex csetType = ((kCFStringGraphemeCluster == type) ? kCFUniCharGraphemeExtendCharacterSet : kCFUniCharNonBaseCharacterSet); local
3544 bmpBitmap = CFUniCharGetBitmapPtrForPlane(csetType, 0);
3551 range = _CFStringInlineBufferGetComposedRange(&stringBuffer, charIndex, type, bmpBitmap, csetType);
3581 currentIndex = _CFStringInlineBufferGetComposedRange(&stringBuffer, currentIndex, type, bmpBitmap, csetType).location;
3623 otherRange = _CFStringInlineBufferGetComposedRange(&stringBuffer, currentIndex, type, bmpBitmap, csetType);

Completed in 252 milliseconds