Searched refs:planeIndex (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFCharacterSet.c2477 int planeIndex; local
2483 for (planeIndex = 1;planeIndex <= MAX_ANNEX_PLANE;planeIndex++) {
2484 result = CFUniCharGetBitmapForPlane(__CFCSetBuiltinType(theOtherSet), planeIndex, bitmapBuffer, (isOtherAnnexPlaneInverted != 0));
2486 annexPlane = (CFMutableCharacterSetRef)__CFCSetGetAnnexPlaneCharacterSet(theSet, planeIndex);
2642 int planeIndex; local
2647 for (planeIndex = 1;planeIndex <= MAX_ANNEX_PLANE;planeIndex
[all...]
H A DCFUniChar.c1210 int planeIndex, planeCount; local
1240 for (planeIndex = 0;planeIndex < planeCount;planeIndex++) {
1241 if ((planeSize = ((const uint8_t *)bodyBase)[planeIndex + 1])) {
1242 table[idx]._planes[planeIndex] = (const uint8_t *)planeBase;
1249 table[idx]._planes[planeIndex] = NULL;

Completed in 110 milliseconds