/external/chromium_org/third_party/re2/re2/testing/ |
re2_test.cc | 393 string quoted = RE2::QuoteMeta(unquoted); 403 string quoted = RE2::QuoteMeta(unquoted); 411 TEST(QuoteMeta, Simple) { 423 TEST(QuoteMeta, SimpleNegative) { 438 TEST(QuoteMeta, Latin1) { 442 TEST(QuoteMeta, UTF8) { 455 TEST(QuoteMeta, HasNull) { [all...] |
/external/regex-re2/re2/testing/ |
re2_test.cc | 386 string quoted = RE2::QuoteMeta(unquoted); 396 string quoted = RE2::QuoteMeta(unquoted); 404 TEST(QuoteMeta, Simple) { 416 TEST(QuoteMeta, SimpleNegative) { 431 TEST(QuoteMeta, Latin1) { 435 TEST(QuoteMeta, UTF8) { 448 TEST(QuoteMeta, HasNull) { [all...] |
/external/chromium_org/third_party/re2/re2/ |
re2.h | 408 static string QuoteMeta(const StringPiece& unquoted); [all...] |
re2.cc | 443 string RE2::QuoteMeta(const StringPiece& unquoted) { 453 // see `perldoc -f quotemeta`.) [all...] |
/external/chromium_org/third_party/re2/util/ |
pcre.h | 446 static string QuoteMeta(const StringPiece& unquoted);
|
pcre.cc | 417 string PCRE::QuoteMeta(const StringPiece& unquoted) { 427 // see `perldoc -f quotemeta`.) [all...] |
/external/regex-re2/re2/ |
re2.h | 408 static string QuoteMeta(const StringPiece& unquoted); [all...] |
re2.cc | 425 string RE2::QuoteMeta(const StringPiece& unquoted) { 435 // see `perldoc -f quotemeta`.) [all...] |
/external/regex-re2/util/ |
pcre.h | 440 static string QuoteMeta(const StringPiece& unquoted);
|
pcre.cc | 412 string PCRE::QuoteMeta(const StringPiece& unquoted) { 422 // see `perldoc -f quotemeta`.) [all...] |