Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dregextst.cpp3295 UBool isMatch = FALSE, isUTF8Match = FALSE; in regex_find() local
3560 isUTF8Match = UTF8Matcher->matches(status); in regex_find()
3565 isUTF8Match = UTF8Matcher->lookingAt(status); in regex_find()
3570 isUTF8Match = UTF8Matcher->find(); in regex_find()
3588 } else if (UTF8Matcher != NULL && isUTF8Match == FALSE && groupStarts.size() != 0) { in regex_find()
3599 } else if (UTF8Matcher != NULL && isUTF8Match && groupStarts.size() == 0) { in regex_find()