Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dregextst.cpp3332 UBool isMatch = FALSE, isUTF8Match = FALSE; in regex_find() local
3603 isUTF8Match = UTF8Matcher->matches(status); in regex_find()
3608 isUTF8Match = UTF8Matcher->lookingAt(status); in regex_find()
3613 isUTF8Match = UTF8Matcher->find(); in regex_find()
3637 } else if (UTF8Matcher != NULL && isUTF8Match == FALSE && groupStarts.size() != 0) { in regex_find()
3646 if (UTF8Matcher && isUTF8Match && groupStarts.size() == 0) { in regex_find()