Lines Matching full:re2
23 // considered during RE2's exhaustive tests, which run all possible
26 // up to a given size. Rather than try to link with RE2, we read a
28 // The log file, re2-exhaustive.txt, is generated by running 'make log'
29 // in the open source RE2 distribution https://github.com/google/re2/.
60 // a capital letter are test names printed during RE2's test suite
63 // At time of writing, re2-exhaustive.txt is 59 MB but compresses to 385 kB,
64 // so we store re2-exhaustive.txt.bz2 in the repository and decompress it on the fly.
67 testRE2(t, "testdata/re2-search.txt")
157 // RE2's \B considers every byte position,