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

/macosx-10.9.5/CF-855.17/
H A DCFCharacterSet.c1005 uint8_t lastPlane = (lastChar >> 16) & 0xFF; local
1011 if (idx < firstPlane || idx > lastPlane) {
1017 } else if (idx > firstPlane && idx < lastPlane) {
1028 if (((firstChar & 0xFFFF) != 0) || (firstPlane == lastPlane && ((lastChar & 0xFFFF) != 0xFFFF))) return false;
1030 if (((lastChar & 0xFFFF) != 0xFFFF) || (firstPlane == lastPlane && ((firstChar & 0xFFFF) != 0))) return false;
1034 if (!__CFCSetIsBitmapEqualToRange((const UInt32 *)bitsBuf, firstChar & 0xFFFF, (firstPlane == lastPlane ? lastChar & 0xFFFF : 0xFFFF), false)) return false;
1036 if (!__CFCSetIsBitmapEqualToRange((const UInt32 *)bitsBuf, (firstPlane == lastPlane ? firstChar & 0xFFFF : 0), lastChar & 0xFFFF, false)) return false;
1113 uint8_t lastPlane = (lastChar >> 16) & 0xFF; local
1123 if (!__CFCSetIsBitmapEqualToRange((const UInt32*)bits, firstChar, (lastPlane == 0 ? lastChar : 0xFFFF), isRangeSetInverted)) return false;
1138 if (idx < firstPlane || idx > lastPlane) {
1858 CFIndex lastPlane = lastChar >> 16; local
1933 int lastPlane = (lastChar >> 16); local
2008 int lastPlane = (lastChar >> 16); local
[all...]

Completed in 271 milliseconds