Searched refs:natom (Results 1 - 4 of 4) sorted by last modified time

/external/regex-re2/re2/testing/
H A Dfiltered_re2_test.cc178 int natom, nregexp; local
182 for (natom = 0; natom < arraysize(t->atoms); natom++)
183 if (t->atoms[natom] == NULL)
186 if (!CheckExpectedAtoms(t->atoms, natom, t->testname, &v))
H A Dpossible_match_test.cc224 int natom = 3; local
228 natom = 2;
232 PossibleMatchTester t(natom, noperator, Split(" ", "a b [0-9]"),
/external/chromium_org/third_party/re2/re2/testing/
H A Dfiltered_re2_test.cc178 int natom, nregexp; local
182 for (natom = 0; natom < arraysize(t->atoms); natom++)
183 if (t->atoms[natom] == NULL)
186 if (!CheckExpectedAtoms(t->atoms, natom, t->testname, &v))
H A Dpossible_match_test.cc224 int natom = 3; local
228 natom = 2;
232 PossibleMatchTester t(natom, noperator, Split(" ", "a b [0-9]"),

Completed in 136 milliseconds