Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3327 RegexMatcher *matcher = NULL, *UTF8Matcher = NULL; in regex_find() local
3521 UTF8Matcher = &UTF8Pattern->matcher(status)->reset(&inputText); in regex_find()
3525 if (UTF8Matcher == NULL) { in regex_find()
3535 if (UTF8Matcher != NULL) { in regex_find()
3537 UTF8Matcher->setTrace(TRUE); in regex_find()
3574 if (UTF8Matcher != NULL) { in regex_find()
3575 UTF8Matcher->region(regionStartUTF8, regionEndUTF8, status); in regex_find()
3581 if (UTF8Matcher != NULL) { in regex_find()
3582 UTF8Matcher->useAnchoringBounds(FALSE); in regex_find()
3587 if (UTF8Matcher != NULL) { in regex_find()
[all …]