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.java1665 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1747 Arrays.fill(followingBreaks, false); in RunMonkey()
1809 followingBreaks[0] = true; in RunMonkey()
1822 followingBreaks[breakPos] = true; in RunMonkey()
1858 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1669 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1751 Arrays.fill(followingBreaks, false); in RunMonkey()
1813 followingBreaks[0] = true; in RunMonkey()
1826 followingBreaks[breakPos] = true; in RunMonkey()
1862 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4133 char followingBreaks[TESTSTRINGLEN*2+1]; in RunMonkey() local
4248 memset(followingBreaks, 0, sizeof(followingBreaks)); in RunMonkey()
4250 followingBreaks[0] = 1; in RunMonkey()
4263 followingBreaks[breakPos] = 1; in RunMonkey()
4301 } else if (followingBreaks[i] != expectedBreaks[i]) { in RunMonkey()