Home | History | Annotate | Download | only in intltest

Lines Matching defs:isMatch

3301     UBool               isMatch        = FALSE, isUTF8Match = FALSE;
3567 isMatch = matcher->matches(status);
3572 isMatch = matcher->lookingAt(status);
3577 isMatch = matcher->find();
3593 if (isMatch == FALSE && groupStarts.size() != 0) {
3605 if (isMatch && groupStarts.size() == 0) {