Home | History | Annotate | Download | only in intltest

Lines Matching full:ismatch

3331     UBool               isMatch        = FALSE, isUTF8Match = FALSE;
3600 isMatch = matcher->matches(status);
3605 isMatch = matcher->lookingAt(status);
3610 isMatch = matcher->find();
3632 if (isMatch == FALSE && groupStarts.size() != 0) {
3641 if (isMatch && groupStarts.size() == 0) {