Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java2041 int endContext = i + 1; in RunMonkey() local
2045 if (endContext >= testText.length()) {break;} in RunMonkey()
2046 if (expectedBreaks[endContext-1]) { in RunMonkey()
2050 endContext ++; in RunMonkey()
2058 … for (ci = startContext; ci <= endContext && ci != -1; ci = nextCP(testText, ci)) { in RunMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java2044 int endContext = i + 1; in RunMonkey() local
2048 if (endContext >= testText.length()) {break;} in RunMonkey()
2049 if (expectedBreaks[endContext-1]) { in RunMonkey()
2053 endContext ++; in RunMonkey()
2061 … for (ci = startContext; ci <= endContext && ci != -1; ci = nextCP(testText, ci)) { in RunMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4031 int endContext = i + 1; in RunMonkey() local
4035 if (endContext >= testText.length()) {break;} in RunMonkey()
4036 if (expectedBreaks[endContext-1] != 0) { in RunMonkey()
4040 endContext ++; in RunMonkey()
4053 for (ci=startContext; ci<endContext;) { in RunMonkey()