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.java2167 int endContext = i + 1; in RunMonkey() local
2171 if (endContext >= testText.length()) {break;} in RunMonkey()
2172 if (expectedBreaks[endContext-1]) { in RunMonkey()
2176 endContext ++; in RunMonkey()
2196 … for (ci = startContext; ci <= endContext && ci != -1; ci = nextCP(testText, ci)) { in RunMonkey()
2217 if (ci >= endContext) { break; } in RunMonkey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java2170 int endContext = i + 1; in RunMonkey() local
2174 if (endContext >= testText.length()) {break;} in RunMonkey()
2175 if (expectedBreaks[endContext-1]) { in RunMonkey()
2179 endContext ++; in RunMonkey()
2199 … for (ci = startContext; ci <= endContext && ci != -1; ci = nextCP(testText, ci)) { in RunMonkey()
2220 if (ci >= endContext) { break; } in RunMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4256 int endContext = i + 1; in RunMonkey() local
4260 if (endContext >= testText.length()) {break;} in RunMonkey()
4261 if (expectedBreaks[endContext-1] != 0) { in RunMonkey()
4265 endContext ++; in RunMonkey()
4325 if (ci >= endContext) { break; } in RunMonkey()