Searched refs:matchAll (Results 1 – 12 of 12) sorted by relevance
43 Bool matchAll, in VG_()107 if (VG_(generic_match)( matchAll, in VG_()154 return matchAll ? False // match-all in VG_()
1856 Bool matchAll = False; /* we just want to match a prefix */ in supp_matches_callers() local1867 matchAll, in supp_matches_callers()
20 OOArray matchAll(const OOString &)const {26 pattern.matchAll(0);
507 boolean matchAll = false; in TestGetKeywordValues()509 matchAll = true; in TestGetKeywordValues()519 matchAll = false; in TestGetKeywordValues()524 if (!matchAll) { in TestGetKeywordValues()
510 boolean matchAll = false; in TestGetKeywordValues()512 matchAll = true; in TestGetKeywordValues()522 matchAll = false; in TestGetKeywordValues()527 if (!matchAll) { in TestGetKeywordValues()
88 Bool matchAll,
908 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local930 matchAll = FALSE; in TestGetKeywordValuesForLocale()965 matchAll = TRUE; in TestGetKeywordValuesForLocale()971 matchAll = FALSE; in TestGetKeywordValuesForLocale()975 matchAll = FALSE; in TestGetKeywordValuesForLocale()980 if (!matchAll) { in TestGetKeywordValuesForLocale()
1583 UBool matchPref, matchAll; in TestGetKeywordValuesForLocale() local1596 matchAll = FALSE; in TestGetKeywordValuesForLocale()1628 matchAll = TRUE; in TestGetKeywordValuesForLocale()1634 matchAll = FALSE; in TestGetKeywordValuesForLocale()1638 matchAll = FALSE; in TestGetKeywordValuesForLocale()1644 if (!matchAll) { in TestGetKeywordValuesForLocale()
2214 boolean matchAll = false;2216 matchAll = true;2219 matchAll = false;2224 if (!matchAll) {
2211 boolean matchAll = false;2213 matchAll = true;2216 matchAll = false;2221 if (!matchAll) {
108091 u8 matchAll; /* "*" or "%" */108171 u32 matchAll = pInfo->matchAll; /* "*" or "%" */108176 if( c==matchAll ){ /* Match "*" */108180 while( (c=Utf8Read(zPattern)) == matchAll || c == matchOne ){109269 assert( (char*)&likeInfoAlt == (char*)&likeInfoAlt.matchAll );