OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:only_posix
(Results
1 - 1
of
1
) sorted by null
/external/regex-re2/re2/testing/
parse_test.cc
348
const char*
only_posix
[] = {
member in namespace:re2
364
for (int i = 0; i < arraysize(
only_posix
); i++) {
365
CHECK(Regexp::Parse(
only_posix
[i], Regexp::PerlX, NULL) == NULL)
366
<< " " <<
only_posix
[i];
367
Regexp* re = Regexp::Parse(
only_posix
[i], Regexp::NoParseFlags, NULL);
368
CHECK(re) << " " <<
only_posix
[i];
Completed in 281 milliseconds