Home | History | Annotate | Download | only in regexp

Lines Matching refs:RE2

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