Searched refs:TestZeroFlags (Results 1 – 1 of 1) sorted by relevance
/external/regex-re2/re2/testing/ |
D | parse_test.cc | 14 static const Regexp::ParseFlags TestZeroFlags = Regexp::ParseFlags(1<<30); variable 151 { "[^ ]", "cc{0-0x9 0xb-0x1f 0x21-0x10ffff}", TestZeroFlags }, 155 { "[^ \f]", "cc{0-0x9 0xb 0xd-0x1f 0x21-0x10ffff}", TestZeroFlags }, 159 { "[^ \r]", "cc{0-0x9 0xb-0xc 0xe-0x1f 0x21-0x10ffff}", TestZeroFlags }, 163 { "[^ \v]", "cc{0-0x9 0xc-0x1f 0x21-0x10ffff}", TestZeroFlags }, 167 { "[^ \t]", "cc{0-0x8 0xb-0x1f 0x21-0x10ffff}", TestZeroFlags }, 208 f = tests[i].flags & ~TestZeroFlags; in TestParse() 386 f = tests[i].flags & ~TestZeroFlags; in TEST()
|