Searched refs:UTF8Matcher (Results 1 – 1 of 1) sorted by relevance
2958 RegexMatcher *matcher = NULL, *UTF8Matcher = NULL; in regex_find() local3145 UTF8Matcher = UTF8Pattern->matcher(&inputText, RegexPattern::PATTERN_IS_UTEXT, status); in regex_find()3149 if (UTF8Matcher == NULL) { in regex_find()3159 if (UTF8Matcher != NULL) { in regex_find()3160 UTF8Matcher->region(regionStart, regionEnd, status); in regex_find()3166 if (UTF8Matcher != NULL) { in regex_find()3167 UTF8Matcher->useAnchoringBounds(FALSE); in regex_find()3172 if (UTF8Matcher != NULL) { in regex_find()3173 UTF8Matcher->useTransparentBounds(TRUE); in regex_find()3187 if (UTF8Matcher != NULL) { in regex_find()[all …]