Home | History | Annotate | Download | only in intltest

Lines Matching defs:isMatch

3295     UBool               isMatch        = FALSE, isUTF8Match = FALSE;
3558 isMatch = matcher->matches(status);
3563 isMatch = matcher->lookingAt(status);
3568 isMatch = matcher->find();
3584 if (isMatch == FALSE && groupStarts.size() != 0) {
3596 if (isMatch && groupStarts.size() == 0) {