Searched refs:expectedStartUTF8 (Results 1 – 1 of 1) sorted by relevance
3659 … int32_t expectedStartUTF8 = (i >= groupStartsUTF8.size()? -1 : groupStartsUTF8.elementAti(i)); in regex_find() local3665 } else if (UTF8Matcher != NULL && UTF8Matcher->start(i, status) != expectedStartUTF8) { in regex_find()3667 line, i, expectedStartUTF8, UTF8Matcher->start(i, status)); in regex_find()