Lines Matching refs:followingBreaks
3832 char followingBreaks[TESTSTRINGLEN*2+1];3953 memset(followingBreaks, 0, sizeof(followingBreaks));3955 followingBreaks[0] = 1;3968 followingBreaks[breakPos] = 1;4006 } else if (followingBreaks[i] != expectedBreaks[i]) {