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

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

Completed in 57 milliseconds