Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3391 UBool isMatch = FALSE, isUTF8Match = FALSE; in regex_find() local
3659 isUTF8Match = UTF8Matcher->matches(status); in regex_find()
3664 isUTF8Match = UTF8Matcher->lookingAt(status); in regex_find()
3669 isUTF8Match = UTF8Matcher->find(); in regex_find()
3690 } else if (UTF8Matcher != NULL && isUTF8Match == FALSE && groupStarts.size() != 0) { in regex_find()
3701 } else if (UTF8Matcher != NULL && isUTF8Match && groupStarts.size() == 0) { in regex_find()