matches 542 core/E4XNode.cpp if (m.matches(&m2)) matches 690 core/E4XNode.cpp if (!m.matches(&m2)) matches 420 core/Multiname-inlines.h REALLY_INLINE bool HeapMultiname::matches(const Multiname *mn) const matches 422 core/Multiname-inlines.h return name.matches(mn); matches 130 core/Multiname.h bool matches(const Multiname *mn) const; matches 190 core/Multiname.h bool matches(const Multiname *mn) const; matches 139 core/NativeFunction.cpp isNumberRetType = returnTypeName.matches(&numberTypeName); matches 503 core/XMLObject.cpp if (name.matches(&m)) matches 535 core/XMLObject.cpp if (name.matches(m2)) matches 645 core/XMLObject.cpp if (m.matches(&m2)) matches 716 core/XMLObject.cpp if (m.matches(m2)) matches 845 core/XMLObject.cpp if (m.matches(&m2)) matches 881 core/XMLObject.cpp if (m.matches(m2)) matches 927 core/XMLObject.cpp if (m.matches(&m2)) matches 948 core/XMLObject.cpp if (m.matches(m2)) matches 1036 core/XMLObject.cpp if (ax->getQName(&m2, publicNS) && (m.matches(&m2))) matches 1057 core/XMLObject.cpp if (m.matches(m2)) matches 1691 core/XMLObject.cpp if (m.matches(&m2)) matches 2114 core/XMLObject.cpp if (m.matches(bFound ? &m2 : 0)) matches 2268 core/XMLObject.cpp if (m.matches(m2)) matches 2723 core/XMLObject.cpp if (name.matches(&m)) matches 2744 core/XMLObject.cpp if (name.matches(m2)) matches 246 other-licenses/zlib/deflate.h uInt matches; /* number of string matches in current block */ matches 423 other-licenses/zlib/trees.c s->last_lit = s->matches = 0; matches 1033 other-licenses/zlib/trees.c s->matches++; matches 1059 other-licenses/zlib/trees.c if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1; matches 318 pcre/pcrecpp.cc int matches = TryMatch(*str, 0, UNANCHORED, vec, kVecSize); matches 319 pcre/pcrecpp.cc if (matches == 0) matches 323 pcre/pcrecpp.cc if (!Rewrite(&s, rewrite, *str, vec, matches)) matches 365 pcre/pcrecpp.cc int matches = TryMatch(*str, start, UNANCHORED, vec, kVecSize); matches 366 pcre/pcrecpp.cc if (matches <= 0) matches 397 pcre/pcrecpp.cc Rewrite(&out, rewrite, *str, vec, matches); matches 417 pcre/pcrecpp.cc int matches = TryMatch(text, 0, UNANCHORED, vec, kVecSize); matches 418 pcre/pcrecpp.cc if (matches == 0) matches 421 pcre/pcrecpp.cc return Rewrite(out, rewrite, text, vec, matches); matches 509 pcre/pcrecpp.cc int matches = TryMatch(text, 0, anchor, vec, vecsize); matches 510 pcre/pcrecpp.cc assert(matches >= 0); // TryMatch never returns negatives matches 511 pcre/pcrecpp.cc if (matches == 0)