Searched refs:followingBreaks (Results 1 – 3 of 3) sorted by relevance
1840 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()1923 Arrays.fill(followingBreaks, false); in RunMonkey()1985 followingBreaks[0] = true; in RunMonkey()1998 followingBreaks[breakPos] = true; in RunMonkey()2034 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()
1841 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()1924 Arrays.fill(followingBreaks, false); in RunMonkey()1986 followingBreaks[0] = true; in RunMonkey()1999 followingBreaks[breakPos] = true; in RunMonkey()2035 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()
4260 char followingBreaks[TESTSTRINGLEN*2+1]; in RunMonkey() local4381 memset(followingBreaks, 0, sizeof(followingBreaks)); in RunMonkey()4383 followingBreaks[0] = 1; in RunMonkey()4396 followingBreaks[breakPos] = 1; in RunMonkey()4434 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()