Home | History | Annotate | Download | only in intltest

Lines Matching full:expectedstartutf8

3711         int32_t  expectedStartUTF8 = (i >= groupStartsUTF8.size()? -1 : groupStartsUTF8.elementAti(i));
3717 } else if (UTF8Matcher != NULL && UTF8Matcher->start(i, status) != expectedStartUTF8) {
3719 line, i, expectedStartUTF8, UTF8Matcher->start(i, status));