Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3360 RegexMatcher *matcher = NULL, *UTF8Matcher = NULL; in regex_find() local
3563 UTF8Matcher = &UTF8Pattern->matcher(status)->reset(&inputText); in regex_find()
3567 if (UTF8Matcher == NULL) { in regex_find()
3577 if (UTF8Matcher != NULL) { in regex_find()
3579 UTF8Matcher->setTrace(TRUE); in regex_find()
3616 if (UTF8Matcher != NULL) { in regex_find()
3617 UTF8Matcher->region(regionStartUTF8, regionEndUTF8, status); in regex_find()
3623 if (UTF8Matcher != NULL) { in regex_find()
3624 UTF8Matcher->useAnchoringBounds(FALSE); in regex_find()
3629 if (UTF8Matcher != NULL) { in regex_find()
[all …]