Home
last modified time | relevance | path

Searched refs:isMatch (Results 1 – 6 of 6) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DKnownHosts.java338 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()
/external/icu4c/i18n/
Drematch.cpp2746 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
2985 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() local
4691 isMatch = TRUE; in MatchChunkAt()
5294 isMatch = FALSE; in MatchChunkAt()
6088 isMatch = FALSE; in MatchChunkAt()
[all …]
/external/icu4c/test/intltest/
Dregextst.cpp3295 UBool isMatch = FALSE, isUTF8Match = FALSE; in regex_find() local
3558 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()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-10239 (WebCore::CircularSearchBuffer::isMatch): Ditto.
DChangeLog-2005-12-1918072 (khtml::CircularSearchBuffer::isMatch):
DChangeLog-2007-10-1438731 (WebCore::CircularSearchBuffer::isMatch): Instead of asserting that the buffer is full,