Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/pcre/
Dpcre_exec.cpp309 #define RRETURN_NO_MATCH do { isMatch = false; RRETURN; } while (0)
446 bool isMatch = false; in match() local
514 if (isMatch) in match()
532 isMatch = true; in match()
544 if (isMatch) in match()
564 if (isMatch) in match()
588 if (isMatch) in match()
599 if (isMatch) in match()
622 isMatch = true; in match()
677 if (isMatch) in match()
[all …]
/external/chromium/third_party/icu/source/i18n/
Drematch.cpp1446 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
1609 isMatch = TRUE; in MatchAt()
2094 isMatch = FALSE; in MatchAt()
2758 isMatch = FALSE; in MatchAt()
2764 fMatch = isMatch; in MatchAt()
2765 if (isMatch) { in MatchAt()
/external/chromium/third_party/icu/source/test/intltest/
Dregextst.cpp1593 UBool isMatch = FALSE; in regex_find() local
1748 isMatch = matcher->matches(status); in regex_find()
1750 isMatch = matcher->lookingAt(status); in regex_find()
1752 isMatch = matcher->find(); in regex_find()
1765 if (isMatch == FALSE && groupStarts.size() != 0) { in regex_find()
1773 if (isMatch && groupStarts.size() == 0) { in regex_find()
/external/icu4c/i18n/
Drematch.cpp2622 UBool isMatch = FALSE; // True if the we have a match. in MatchAt() local
2861 isMatch = TRUE; in MatchAt()
3498 isMatch = FALSE; in MatchAt()
4287 isMatch = FALSE; in MatchAt()
4293 fMatch = isMatch; in MatchAt()
4294 if (isMatch) { in MatchAt()
4329 UBool isMatch = FALSE; // True if the we have a match. in MatchChunkAt() local
4567 isMatch = TRUE; in MatchChunkAt()
5170 isMatch = FALSE; in MatchChunkAt()
5955 isMatch = FALSE; in MatchChunkAt()
[all …]
/external/icu4c/test/intltest/
Dregextst.cpp2961 UBool isMatch = FALSE, isUTF8Match = FALSE; in regex_find() local
3186 isMatch = matcher->matches(status); in regex_find()
3191 isMatch = matcher->lookingAt(status); in regex_find()
3196 isMatch = matcher->find(); in regex_find()
3212 if (isMatch == FALSE && groupStarts.size() != 0) { in regex_find()
3224 if (isMatch && groupStarts.size() == 0) { in regex_find()
/external/webkit/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,