Searched defs:DotNL (Results 1 – 2 of 2) sorted by relevance
/third_party/re2/re2/ | ||
D | regexp.h | 284 DotNL = 1<<3, // Allow . to match newline. enumerator |
/third_party/re2/re2/testing/ | ||
D | re2_test.cc | 1336 TEST(RE2, DotNL) { in TEST() argument |