Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java1655 int TESTSTRINGLEN = 500; in RunMonkey() local
1659 int[] expected = new int[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1661 boolean[] expectedBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1662 boolean[] forwardBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1663 boolean[] reverseBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1664 boolean[] isBoundaryBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1665 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1666 boolean[] precedingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1725 for (i=0; i<TESTSTRINGLEN; i++) { in RunMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1659 int TESTSTRINGLEN = 500; in RunMonkey() local
1663 int[] expected = new int[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1665 boolean[] expectedBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1666 boolean[] forwardBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1667 boolean[] reverseBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1668 boolean[] isBoundaryBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1669 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1670 boolean[] precedingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1729 for (i=0; i<TESTSTRINGLEN; i++) { in RunMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4123 const int32_t TESTSTRINGLEN = 500; in RunMonkey() local
4127 int expected[TESTSTRINGLEN*2 + 1]; in RunMonkey()
4129 char expectedBreaks[TESTSTRINGLEN*2 + 1]; in RunMonkey()
4130 char forwardBreaks[TESTSTRINGLEN*2 + 1]; in RunMonkey()
4131 char reverseBreaks[TESTSTRINGLEN*2+1]; in RunMonkey()
4132 char isBoundaryBreaks[TESTSTRINGLEN*2+1]; in RunMonkey()
4133 char followingBreaks[TESTSTRINGLEN*2+1]; in RunMonkey()
4134 char precedingBreaks[TESTSTRINGLEN*2+1]; in RunMonkey()
4172 for (i=0; i<TESTSTRINGLEN; i++) { in RunMonkey()