Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
DRBBITestMonkey.java2029 int startContext = i; in RunMonkey() local
2032 if (startContext==0) { break; } in RunMonkey()
2033 startContext --; in RunMonkey()
2034 if (expectedBreaks[startContext]) { 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.java2032 int startContext = i; in RunMonkey() local
2035 if (startContext==0) { break; } in RunMonkey()
2036 startContext --; in RunMonkey()
2037 if (expectedBreaks[startContext]) { in RunMonkey()
2061 … for (ci = startContext; ci <= endContext && ci != -1; ci = nextCP(testText, ci)) { in RunMonkey()
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp4019 int startContext = i; in RunMonkey() local
4022 if (startContext==0) { break; } in RunMonkey()
4023 startContext --; in RunMonkey()
4024 if (expectedBreaks[startContext] != 0) { in RunMonkey()
4053 for (ci=startContext; ci<endContext;) { in RunMonkey()