Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
DRBBITestMonkey.java2047 int startContext = i; in RunMonkey() local
2050 if (startContext==0) { break; } in RunMonkey()
2051 startContext --; in RunMonkey()
2052 if (expectedBreaks[startContext]) { 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.java2046 int startContext = i; in RunMonkey() local
2049 if (startContext==0) { break; } in RunMonkey()
2050 startContext --; in RunMonkey()
2051 if (expectedBreaks[startContext]) { in RunMonkey()
2075 … for (ci = startContext; ci <= endContext && ci != -1; ci = nextCP(testText, ci)) { in RunMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4447 int startContext = i; in RunMonkey() local
4450 if (startContext==0) { break; } in RunMonkey()
4451 startContext --; in RunMonkey()
4452 if (expectedBreaks[startContext] != 0) { in RunMonkey()
4481 for (ci=startContext; ci<endContext;) { in RunMonkey()