Home
last modified time | relevance | path

Searched refs:matchAll (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/coregrind/
Dm_seqmatch.c43 Bool matchAll, in VG_()
107 if (VG_(generic_match)( matchAll, in VG_()
154 return matchAll ? False // match-all in VG_()
Dm_errormgr.c1856 Bool matchAll = False; /* we just want to match a prefix */ in supp_matches_callers() local
1867 matchAll, in supp_matches_callers()
/external/clang/test/PCH/
Dirgen-rdar13114142.mm20 OOArray matchAll(const OOString &)const {
26 pattern.matchAll(0);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java499 boolean matchAll = false; in TestGetKeywordValues()
501 matchAll = true; in TestGetKeywordValues()
511 matchAll = false; in TestGetKeywordValues()
516 if (!matchAll) { in TestGetKeywordValues()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationServiceTest.java500 boolean matchAll = false; in TestGetKeywordValues()
502 matchAll = true; in TestGetKeywordValues()
512 matchAll = false; in TestGetKeywordValues()
517 if (!matchAll) { in TestGetKeywordValues()
/external/valgrind/include/
Dpub_tool_seqmatch.h88 Bool matchAll,
/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c908 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local
930 matchAll = FALSE; in TestGetKeywordValuesForLocale()
965 matchAll = TRUE; in TestGetKeywordValuesForLocale()
971 matchAll = FALSE; in TestGetKeywordValuesForLocale()
975 matchAll = FALSE; in TestGetKeywordValuesForLocale()
980 if (!matchAll) { in TestGetKeywordValuesForLocale()
Dccaltst.c1583 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local
1596 matchAll = FALSE; in TestGetKeywordValuesForLocale()
1628 matchAll = TRUE; in TestGetKeywordValuesForLocale()
1634 matchAll = FALSE; in TestGetKeywordValuesForLocale()
1638 matchAll = FALSE; in TestGetKeywordValuesForLocale()
1644 if (!matchAll) { in TestGetKeywordValuesForLocale()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java2205 boolean matchAll = false;
2207 matchAll = true;
2210 matchAll = false;
2215 if (!matchAll) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java2204 boolean matchAll = false;
2206 matchAll = true;
2209 matchAll = false;
2214 if (!matchAll) {
/external/sqlite/dist/orig/
Dsqlite3.c106317 u8 matchAll; /* "*" or "%" */
106397 u32 matchAll = pInfo->matchAll; /* "*" or "%" */
106402 if( c==matchAll ){ /* Match "*" */
106406 while( (c=Utf8Read(zPattern)) == matchAll || c == matchOne ){
107476 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );
/external/sqlite/dist/
Dsqlite3.c106317 u8 matchAll; /* "*" or "%" */
106397 u32 matchAll = pInfo->matchAll; /* "*" or "%" */
106402 if( c==matchAll ){ /* Match "*" */
106406 while( (c=Utf8Read(zPattern)) == matchAll || c == matchOne ){
107476 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );