Searched refs:isUTF8Match (Results 1 – 1 of 1) sorted by relevance
3365 UBool isMatch = FALSE, isUTF8Match = FALSE; in regex_find() local3645 isUTF8Match = UTF8Matcher->matches(status); in regex_find()3650 isUTF8Match = UTF8Matcher->lookingAt(status); in regex_find()3655 isUTF8Match = UTF8Matcher->find(); in regex_find()3679 } else if (UTF8Matcher != NULL && isUTF8Match == FALSE && groupStarts.size() != 0) { in regex_find()3688 if (UTF8Matcher && isUTF8Match && groupStarts.size() == 0) { in regex_find()