Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java2059 int endContext = i + 1; in RunMonkey() local
2063 if (endContext >= testText.length()) {break;} in RunMonkey()
2064 if (expectedBreaks[endContext-1]) { in RunMonkey()
2068 endContext ++; in RunMonkey()
2076 … for (ci = startContext; ci <= endContext && ci != -1; ci = nextCP(testText, ci)) { in RunMonkey()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java2058 int endContext = i + 1; in RunMonkey() local
2062 if (endContext >= testText.length()) {break;} in RunMonkey()
2063 if (expectedBreaks[endContext-1]) { in RunMonkey()
2067 endContext ++; in RunMonkey()
2075 … for (ci = startContext; ci <= endContext && ci != -1; ci = nextCP(testText, ci)) { in RunMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4459 int endContext = i + 1; in RunMonkey() local
4463 if (endContext >= testText.length()) {break;} in RunMonkey()
4464 if (expectedBreaks[endContext-1] != 0) { in RunMonkey()
4468 endContext ++; in RunMonkey()
4481 for (ci=startContext; ci<endContext;) { in RunMonkey()