Home
last modified time | relevance | path

Searched refs:fMatch (Results 1 – 11 of 11) sorted by relevance

/external/skqp/tests/
DSkPEGTest.cpp46 bool fMatch; in test_EOS() member
56 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_EOS()
64 bool fMatch; in test_LIT() member
76 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_LIT()
90 bool fMatch; in test_Alpha() member
111 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_Alpha()
122 bool fMatch; in test_Digit() member
137 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_Digit()
148 bool fMatch; in test_Opt() member
160 REPORTER_ASSERT(r, m->fValue.isValid() == gTests[i].fMatch); in test_Opt()
DPathOpsDebug.cpp1163 if (!!fMatch != fMatch) { in dumpIsCoincidentStr()
1166 return fMatch ? '*' : 0; in dumpIsCoincidentStr()
1171 fMatch ? " match" : ""); in dump()
/external/skia/tests/
DSkPEGTest.cpp46 bool fMatch; in test_EOS() member
56 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_EOS()
64 bool fMatch; in test_LIT() member
76 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_LIT()
90 bool fMatch; in test_Alpha() member
111 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_Alpha()
122 bool fMatch; in test_Digit() member
137 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_Digit()
148 bool fMatch; in test_Opt() member
160 REPORTER_ASSERT(r, m->fValue.isValid() == gTests[i].fMatch); in test_Opt()
DPathOpsDebug.cpp1163 if (!!fMatch != fMatch) { in dumpIsCoincidentStr()
1166 return fMatch ? '*' : 0; in dumpIsCoincidentStr()
1171 fMatch ? " match" : ""); in dump()
/external/skqp/src/pathops/
DSkPathOpsTSect.h40 this->fMatch = 0xFF; in debugInit()
48 SkASSERT(!!fMatch == fMatch); in isMatch()
49 return SkToBool(fMatch); in isMatch()
54 fMatch = false; in init()
59 if (!fMatch) { in markCoincident()
62 fMatch = true; in markCoincident()
78 SkOpDebugBool fMatch; variable
DSkPathOpsTSect.cpp39 fMatch = cPt.approximatelyEqual(fPerpPt); in setPerp()
41 if (fMatch) { in setPerp()
/external/skia/src/pathops/
DSkPathOpsTSect.h40 this->fMatch = 0xFF; in debugInit()
48 SkASSERT(!!fMatch == fMatch); in isMatch()
49 return SkToBool(fMatch); in isMatch()
54 fMatch = false; in init()
59 if (!fMatch) { in markCoincident()
62 fMatch = true; in markCoincident()
78 SkOpDebugBool fMatch; variable
DSkPathOpsTSect.cpp39 fMatch = cPt.approximatelyEqual(fPerpPt); in setPerp()
41 if (fMatch) { in setPerp()
/external/icu/icu4c/source/i18n/
Drematch.cpp204 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 …]
Duregex.cpp1370 if (m->fMatch == FALSE) { in appendReplacement()
1651 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); in appendTail()
1689 if (m->fMatch) { in appendTail()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1829 UBool fMatch; // True if the last attempted match was successful. variable