Home
last modified time | relevance | path

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

/external/skia/tests/
DSkPEGTest.cpp45 bool fMatch; in test_EOS() member
55 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_EOS()
63 bool fMatch; in test_LIT() member
75 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_LIT()
89 bool fMatch; in test_Alpha() member
110 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_Alpha()
121 bool fMatch; in test_Digit() member
136 REPORTER_ASSERT(r, match == gTests[i].fMatch); in test_Digit()
147 bool fMatch; in test_Opt() member
159 REPORTER_ASSERT(r, m->fValue.isValid() == gTests[i].fMatch); in test_Opt()
DPathOpsTSectDebug.h14 if (!!fMatch != fMatch) { in dumpIsCoincidentStr()
17 return fMatch ? '*' : 0; in dumpIsCoincidentStr()
23 fMatch ? " match" : ""); in dump()
/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()
1649 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); in appendTail()
1687 if (m->fMatch) { in appendTail()
/external/skia/src/pathops/
DSkPathOpsTSect.h34 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; variable
383 fMatch = cPt.approximatelyEqual(fPerpPt); in setPerp()
385 if (fMatch) { in setPerp()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1829 UBool fMatch; // True if the last attempted match was successful. variable