Searched defs:isMatch (Results 1 – 7 of 7) sorted by relevance
61 bool isMatch = false; in IsDurationRelated() local77 bool isMatch = false; in IsStateRelated() local
116 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue); variable141 bool isMatch = std::regex_match(eventJsonStr, baseMatch, expValue); variable
291 … bool isMatch = isStartsWithNumber ? matched.startsWith(possible) : matched.endsWith(possible); in HandlePossibleNumberWithPattern() local
507 … bool isMatch = isStartsWithNumber ? matched.startsWith(possible) : matched.endsWith(possible); in HandlePossibleNumberWithPattern() local
440 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort() local
450 bool isMatch = LocaleMatcher::Match(currentLocale, resLocale); in FindAndSort() local
448 int isMatch = EVP_PKEY_cmp(certPublicKey, pubKey); in CheckSelfPubkey() local