Searched refs:fMatch (Results 1 – 6 of 6) sorted by relevance
45 bool fMatch; in test_EOS() member55 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_EOS()63 bool fMatch; in test_LIT() member75 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_LIT()89 bool fMatch; in test_Alpha() member110 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_Alpha()121 bool fMatch; in test_Digit() member136 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_Digit()147 bool fMatch; in test_Opt() member159 REPORTER_ASSERT(r, m->fValue.isValid() == gTests[i].fMatch); in test_Opt()
14 if (!!fMatch != fMatch) { in dumpIsCoincidentStr()17 return fMatch ? '*' : 0; in dumpIsCoincidentStr()23 fMatch ? " match" : ""); in dump()
204 fMatch = FALSE; in init()310 if (fMatch == FALSE) { in appendReplacement()562 if (fMatch == FALSE) { in end64()647 if (fMatch) { in find()655 fMatch = FALSE; in find()682 fMatch = FALSE; in find()704 if (fMatch) { in find()726 fMatch = FALSE; in find()733 return fMatch; in find()754 if (fMatch) { in find()[all …]
1370 if (m->fMatch == FALSE) { in appendReplacement()1649 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); in appendTail()1687 if (m->fMatch) { in appendTail()
34 this->fMatch = 0xFF; in debugInit()42 SkASSERT(!!fMatch == fMatch); in isMatch()43 return SkToBool(fMatch); in isMatch()48 fMatch = false; in init()53 if (!fMatch) { in markCoincident()56 fMatch = true; in markCoincident()72 SkOpDebugBool fMatch; variable383 fMatch = cPt.approximatelyEqual(fPerpPt); in setPerp()385 if (fMatch) { in setPerp()
1829 UBool fMatch; // True if the last attempted match was successful. variable