Home | History | Annotate | Download | only in intltest

Lines Matching defs:endContext

4060                 int endContext = i + 1;
4064 if (endContext >= testText.length()) {break;}
4065 if (expectedBreaks[endContext-1] != 0) {
4069 endContext ++;
4077 endContext = testText.length();
4082 for (ci=startContext; ci<endContext;) {