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.java1813 int TESTSTRINGLEN = 500; in RunMonkey() local
1817 int[] expected = new int[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1819 boolean[] expectedBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1820 boolean[] forwardBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1821 boolean[] reverseBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1822 boolean[] isBoundaryBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1823 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1824 boolean[] precedingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1884 for (i=0; i<TESTSTRINGLEN; i++) { in RunMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java1816 int TESTSTRINGLEN = 500; in RunMonkey() local
1820 int[] expected = new int[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1822 boolean[] expectedBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1823 boolean[] forwardBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1824 boolean[] reverseBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1825 boolean[] isBoundaryBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1826 boolean[] followingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1827 boolean[] precedingBreaks = new boolean[TESTSTRINGLEN*2 + 1]; in RunMonkey()
1887 for (i=0; i<TESTSTRINGLEN; i++) { in RunMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp3822 const int32_t TESTSTRINGLEN = 500; in RunMonkey() local
3826 int expected[TESTSTRINGLEN*2 + 1]; in RunMonkey()
3828 char expectedBreaks[TESTSTRINGLEN*2 + 1]; in RunMonkey()
3829 char forwardBreaks[TESTSTRINGLEN*2 + 1]; in RunMonkey()
3830 char reverseBreaks[TESTSTRINGLEN*2+1]; in RunMonkey()
3831 char isBoundaryBreaks[TESTSTRINGLEN*2+1]; in RunMonkey()
3832 char followingBreaks[TESTSTRINGLEN*2+1]; in RunMonkey()
3833 char precedingBreaks[TESTSTRINGLEN*2+1]; in RunMonkey()
3871 for (i=0; i<TESTSTRINGLEN; i++) { in RunMonkey()