Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1823 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1906 Arrays.fill(followingBreaks, false); in RunMonkey()
1968 followingBreaks[0] = true; in RunMonkey()
1981 followingBreaks[breakPos] = true; in RunMonkey()
2017 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1826 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1909 Arrays.fill(followingBreaks, false); in RunMonkey()
1971 followingBreaks[0] = true; in RunMonkey()
1984 followingBreaks[breakPos] = true; in RunMonkey()
2020 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp3832 char followingBreaks[TESTSTRINGLEN*2+1]; in RunMonkey() local
3953 memset(followingBreaks, 0, sizeof(followingBreaks)); in RunMonkey()
3955 followingBreaks[0] = 1; in RunMonkey()
3968 followingBreaks[breakPos] = 1; in RunMonkey()
4006 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()