Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3386 RegexMatcher *matcher = NULL, *UTF8Matcher = NULL; in regex_find() local
3580 UTF8Matcher = &UTF8Pattern->matcher(status)->reset(&inputText); in regex_find()
3584 if (UTF8Matcher == NULL) { in regex_find()
3594 if (UTF8Matcher != NULL) { in regex_find()
3630 if (UTF8Matcher != NULL) { in regex_find()
3631 UTF8Matcher->region(regionStartUTF8, regionEndUTF8, status); in regex_find()
3637 if (UTF8Matcher != NULL) { in regex_find()
3638 UTF8Matcher->useAnchoringBounds(FALSE); in regex_find()
3643 if (UTF8Matcher != NULL) { in regex_find()
3644 UTF8Matcher->useTransparentBounds(TRUE); in regex_find()
[all …]