Home
last modified time | relevance | path

Searched refs:followingBreaks (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1841 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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1840 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()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4260 char followingBreaks[TESTSTRINGLEN*2+1]; in RunMonkey() local
4381 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()