Home | History | Annotate | Download | only in intltest

Lines Matching defs:isMatch

3154     UBool               isMatch        = FALSE, isUTF8Match = FALSE;
3417 isMatch = matcher->matches(status);
3422 isMatch = matcher->lookingAt(status);
3427 isMatch = matcher->find();
3443 if (isMatch == FALSE && groupStarts.size() != 0) {
3455 if (isMatch && groupStarts.size() == 0) {