Searched defs:matched (Results 1 - 10 of 10) sorted by relevance

/external/clearsilver/util/
H A Dwildmat.c62 register int matched; local
88 if ((matched = DoMatch(text++, p)) != FALSE)
89 return matched;
96 matched = FALSE;
99 matched = TRUE;
104 matched = TRUE;
105 if (matched == reverse)
126 register int matched; local
152 if ((matched = DoMatchCaseInsensitive(text++, p)) != FALSE)
153 return matched;
[all...]
/external/sqlite/android/
H A DOldPhoneNumberUtils.cpp198 int matched; local
216 matched = 0;
242 ia--; ib--; matched++;
246 if (matched < MIN_MATCH) {
250 // if the number of dialable chars in a and b match, but the matched chars < MIN_MATCH,
252 if (effectiveALen == effectiveBLen && effectiveALen == matched) {
259 // At least one string has matched completely;
260 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
/external/webkit/WebCore/platform/image-decoders/
H A DImageDecoder.cpp220 const int* matched = std::lower_bound(dataStart + searchStart, dataEnd, valueToMatch); local
223 return matched != dataEnd && *matched == valueToMatch ? matched - dataStart : -1;
225 return matched != dataEnd && *matched == valueToMatch ? matched - dataStart : matched - dataStart - 1;
228 return matched != dataEnd ? matched
[all...]
/external/opencore/protocols/sdp/parser/src/
H A Dsdpparser.cpp428 bool matched = false; local
433 matched = true;
437 if (!matched)
456 bool matched = false; local
461 matched = true;
465 if (!matched)
630 bool matched = false; local
638 matched = true;
642 if (matched)
/external/dbus/bus/
H A Dsignals.c1483 _dbus_verbose ("Rule matched\n");
1865 dbus_bool_t matched; local
1871 matched = match_rule_matches (rule, NULL, NULL, message);
1873 if (matched != expected_to_match)
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbvideo.c800 int matched; local
804 matched = 0;
810 (!matched || (vinfo->bits_per_pixel == cinfo.bits_per_pixel)) ) {
818 if ( matched ) {
821 matched = 1;
826 return(matched);
831 int matched; local
835 matched = 0;
854 matched = 1;
858 return(matched);
[all...]
/external/dnsmasq/src/
H A Drfc2131.c607 int i, matched = 0; local
614 matched = 1;
618 matched = 1;
625 matched = 1;
635 if (matched)
/external/icu4c/common/
H A Dtriedict.cpp176 int matched; local
177 matched = search(fIter, length, NULL, count, 0, parent, pMatched);
179 while (matched++ < length) {
/external/opencore/protocols/sdp/common/include/
H A Dmedia_info.h123 bool matched; member in class:mediaInfo
188 matched = false;
585 matched = match;
870 return matched;
942 setMatched(pSource.matched);
1012 setMatched(pSource.matched);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 127 milliseconds