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