Searched refs:isUTF8Match (Results 1 – 1 of 1) sorted by relevance
3332 UBool isMatch = FALSE, isUTF8Match = FALSE; in regex_find() local3603 isUTF8Match = UTF8Matcher->matches(status); in regex_find()3608 isUTF8Match = UTF8Matcher->lookingAt(status); in regex_find()3613 isUTF8Match = UTF8Matcher->find(); in regex_find()3637 } else if (UTF8Matcher != NULL && isUTF8Match == FALSE && groupStarts.size() != 0) { in regex_find()3646 if (UTF8Matcher && isUTF8Match && groupStarts.size() == 0) { in regex_find()