Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3659 … int32_t expectedStartUTF8 = (i >= groupStartsUTF8.size()? -1 : groupStartsUTF8.elementAti(i)); in regex_find() local
3665 } else if (UTF8Matcher != NULL && UTF8Matcher->start(i, status) != expectedStartUTF8) { in regex_find()
3667 line, i, expectedStartUTF8, UTF8Matcher->start(i, status)); in regex_find()