Searched refs:isMatch (Results 1 – 6 of 6) sorted by relevance
338 boolean isMatch = false; in hostnameMatches()369 if ((isMatch) && (negate == false)) in hostnameMatches()384 isMatch = true; in hostnameMatches()399 isMatch = true; in hostnameMatches()408 isMatch = true; in hostnameMatches()413 return isMatch; in hostnameMatches()
2746 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local2985 isMatch = TRUE; in MatchAt()3622 isMatch = FALSE; in MatchAt()4411 isMatch = FALSE; in MatchAt()4417 fMatch = isMatch; in MatchAt()4418 if (isMatch) { in MatchAt()4453 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local4691 isMatch = TRUE; in MatchChunkAt()5294 isMatch = FALSE; in MatchChunkAt()6088 isMatch = FALSE; in MatchChunkAt()[all …]
3295 UBool isMatch = FALSE, isUTF8Match = FALSE; in regex_find() local3558 isMatch = matcher->matches(status); in regex_find()3563 isMatch = matcher->lookingAt(status); in regex_find()3568 isMatch = matcher->find(); in regex_find()3584 if (isMatch == FALSE && groupStarts.size() != 0) { in regex_find()3596 if (isMatch && groupStarts.size() == 0) { in regex_find()
239 (WebCore::CircularSearchBuffer::isMatch): Ditto.
18072 (khtml::CircularSearchBuffer::isMatch):
38731 (WebCore::CircularSearchBuffer::isMatch): Instead of asserting that the buffer is full,