OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestQuoteMeta
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
re2_test.cc
391
static void
TestQuoteMeta
(string unquoted,
412
TestQuoteMeta
("foo");
413
TestQuoteMeta
("foo.bar");
414
TestQuoteMeta
("foo\\.bar");
415
TestQuoteMeta
("[1-9]");
416
TestQuoteMeta
("1.5-2.0?");
417
TestQuoteMeta
("\\d");
418
TestQuoteMeta
("Who doesn't like ice cream?");
419
TestQuoteMeta
("((a|b)c?d*e+[f-h]i)");
420
TestQuoteMeta
("((?!)xxx).*yyy")
[
all
...]
/external/regex-re2/re2/testing/
re2_test.cc
384
static void
TestQuoteMeta
(string unquoted,
405
TestQuoteMeta
("foo");
406
TestQuoteMeta
("foo.bar");
407
TestQuoteMeta
("foo\\.bar");
408
TestQuoteMeta
("[1-9]");
409
TestQuoteMeta
("1.5-2.0?");
410
TestQuoteMeta
("\\d");
411
TestQuoteMeta
("Who doesn't like ice cream?");
412
TestQuoteMeta
("((a|b)c?d*e+[f-h]i)");
413
TestQuoteMeta
("((?!)xxx).*yyy")
[
all
...]
Completed in 274 milliseconds