OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QuoteMeta
(Results
1 - 5
of
5
) sorted by null
/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/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
...]
Completed in 1435 milliseconds