Lines Matching full:sindex
148 CFIndex sIndex;
149 for (sIndex = 0 ; sIndex <= 5 ; sIndex += 3 ) {
150 const void *s = CFArrayGetValueAtIndex(array, sIndex);
161 void TestGetCount(CFArrayRef A, CFIndex sIndex) {
163 if (sCount > sIndex)
164 const void *s1 = CFArrayGetValueAtIndex(A, sIndex);
187 void TestUndef(CFArrayRef A, CFIndex sIndex, void* x[]) {
196 void TestConst(CFArrayRef A, CFIndex sIndex, void* x[]) {