Searched refs:ShouldContain (Results 1 – 2 of 2) sorted by relevance
/external/regex-re2/re2/testing/ |
D | charclass_test.cc | 109 bool ShouldContain(CCTest *t, int x) { in ShouldContain() function 162 if (ShouldContain(t, j) != cc->Contains(j)) { in CorrectCC() 165 j, ShouldContain(t, j), cc->Contains(j)); in CorrectCC() 174 if (ShouldContain(t, j) == ncc->Contains(j)) { in CorrectCC() 178 j, ShouldContain(t, j), ncc->Contains(j)); in CorrectCC()
|
/external/chromium_org/third_party/re2/re2/testing/ |
D | charclass_test.cc | 109 bool ShouldContain(CCTest *t, int x) { in ShouldContain() function 162 if (ShouldContain(t, j) != cc->Contains(j)) { in CorrectCC() 165 j, ShouldContain(t, j), cc->Contains(j)); in CorrectCC() 174 if (ShouldContain(t, j) == ncc->Contains(j)) { in CorrectCC() 178 j, ShouldContain(t, j), ncc->Contains(j)); in CorrectCC()
|